aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/socket/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/socket/error.c')
-rw-r--r--hicn-light/src/socket/error.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/hicn-light/src/socket/error.c b/hicn-light/src/socket/error.c
deleted file mode 100644
index 3dafec8cf..000000000
--- a/hicn-light/src/socket/error.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "error.h"
-
-const char* HICN_SOCKET_ERROR_STRING[] = {
-#define _(a, b, c) [b] = c,
- foreach_hicn_socket_error
-#undef _
-};