remove unused file
authorJeonghoon Park <jh1979.park@samsung.com>
Tue, 17 Jul 2018 05:16:56 +0000 (14:16 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Tue, 17 Jul 2018 05:16:56 +0000 (14:16 +0900)
inc/thing.h [deleted file]

diff --git a/inc/thing.h b/inc/thing.h
deleted file mode 100644 (file)
index 76a935a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * thing.h
- *
- *  Created on: Jul 6, 2018
- *      Author: jpark
- */
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-void init_thing();
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */