From b44407bc23daa72db0d559d16352d27bea90334b Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Wed, 14 Dec 2016 23:21:36 +0100 Subject: [PATCH] drop --- {misc => drop}/Makefile | 0 {misc => drop}/cbor-examples/Makefile | 0 {misc => drop}/cbor-examples/read-serialized-data.c | 0 {misc => drop}/cbor-examples/serializing-data.c | 0 {misc => drop}/cbor-examples/streaming-parser.c | 0 {misc => drop}/init-connection.c | 0 {misc => drop}/list.c | 0 {misc => drop}/msg.c | 0 {misc => drop}/open-read-close-fifo.c | 0 {misc => drop}/open-write-close-fifo.c | 0 {misc => drop}/readmsg.c | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {misc => drop}/Makefile (100%) rename {misc => drop}/cbor-examples/Makefile (100%) rename {misc => drop}/cbor-examples/read-serialized-data.c (100%) rename {misc => drop}/cbor-examples/serializing-data.c (100%) rename {misc => drop}/cbor-examples/streaming-parser.c (100%) rename {misc => drop}/init-connection.c (100%) rename {misc => drop}/list.c (100%) rename {misc => drop}/msg.c (100%) rename {misc => drop}/open-read-close-fifo.c (100%) rename {misc => drop}/open-write-close-fifo.c (100%) rename {misc => drop}/readmsg.c (100%) diff --git a/misc/Makefile b/drop/Makefile similarity index 100% rename from misc/Makefile rename to drop/Makefile diff --git a/misc/cbor-examples/Makefile b/drop/cbor-examples/Makefile similarity index 100% rename from misc/cbor-examples/Makefile rename to drop/cbor-examples/Makefile diff --git a/misc/cbor-examples/read-serialized-data.c b/drop/cbor-examples/read-serialized-data.c similarity index 100% rename from misc/cbor-examples/read-serialized-data.c rename to drop/cbor-examples/read-serialized-data.c diff --git a/misc/cbor-examples/serializing-data.c b/drop/cbor-examples/serializing-data.c similarity index 100% rename from misc/cbor-examples/serializing-data.c rename to drop/cbor-examples/serializing-data.c diff --git a/misc/cbor-examples/streaming-parser.c b/drop/cbor-examples/streaming-parser.c similarity index 100% rename from misc/cbor-examples/streaming-parser.c rename to drop/cbor-examples/streaming-parser.c diff --git a/misc/init-connection.c b/drop/init-connection.c similarity index 100% rename from misc/init-connection.c rename to drop/init-connection.c diff --git a/misc/list.c b/drop/list.c similarity index 100% rename from misc/list.c rename to drop/list.c diff --git a/misc/msg.c b/drop/msg.c similarity index 100% rename from misc/msg.c rename to drop/msg.c diff --git a/misc/open-read-close-fifo.c b/drop/open-read-close-fifo.c similarity index 100% rename from misc/open-read-close-fifo.c rename to drop/open-read-close-fifo.c diff --git a/misc/open-write-close-fifo.c b/drop/open-write-close-fifo.c similarity index 100% rename from misc/open-write-close-fifo.c rename to drop/open-write-close-fifo.c diff --git a/misc/readmsg.c b/drop/readmsg.c similarity index 100% rename from misc/readmsg.c rename to drop/readmsg.c