]> Kevux Git Server - fll/commitdiff
Cleanup: remove empty source file
authorKevin Day <thekevinday@gmail.com>
Fri, 26 Jul 2019 03:16:25 +0000 (22:16 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 26 Jul 2019 03:16:25 +0000 (22:16 -0500)
level_0/f_socket/c/socket.c [deleted file]
level_0/f_socket/data/build/settings

diff --git a/level_0/f_socket/c/socket.c b/level_0/f_socket/c/socket.c
deleted file mode 100644 (file)
index e220305..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <level_0/socket.h>
-
-#ifdef __cplusplus
-extern "C"{
-#endif
-
-#ifdef __cplusplus
-} // extern "C"
-#endif
index 66ffda40b6007a7f6005f608c40b7e4a7da26c3b..bcde9e842ac02cbe25592cb19bbc27b6b6c534d7 100644 (file)
@@ -10,7 +10,7 @@ version_micro 2
 build_compiler gcc
 build_linker ar
 build_libraries -lc 
-build_sources_library socket.c
+build_sources_library
 build_sources_program 
 build_sources_headers socket.h
 build_shared yes