aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/src/modules/hicn_light_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctrl/libhicnctrl/src/modules/hicn_light_common.c')
-rw-r--r--ctrl/libhicnctrl/src/modules/hicn_light_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctrl/libhicnctrl/src/modules/hicn_light_common.c b/ctrl/libhicnctrl/src/modules/hicn_light_common.c
index bc04404bf..d1fb33993 100644
--- a/ctrl/libhicnctrl/src/modules/hicn_light_common.c
+++ b/ctrl/libhicnctrl/src/modules/hicn_light_common.c
@@ -15,9 +15,6 @@
#include "hicn_light_common.h"
-TYPEDEF_MAP(hc_sock_map, int, hc_sock_request_t *, int_cmp, int_snprintf,
- generic_snprintf);
-
hc_sock_request_t *hc_sock_request_create(int seq, hc_data_t *data,
HC_PARSE parse) {
assert(data);