aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_typemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_typemap.c')
-rw-r--r--src/core/gnunet-service-core_typemap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/gnunet-service-core_typemap.c b/src/core/gnunet-service-core_typemap.c
index 47235501c..7b7df2fe9 100644
--- a/src/core/gnunet-service-core_typemap.c
+++ b/src/core/gnunet-service-core_typemap.c
@@ -253,12 +253,6 @@ GSC_TYPEMAP_add (const uint16_t *types, unsigned int tlen)
253} 253}
254 254
255 255
256/**
257 * Remove a set of types from our type map.
258 *
259 * @param types array of types to remove
260 * @param tlen length of the @a types array
261 */
262void 256void
263GSC_TYPEMAP_remove (const uint16_t *types, unsigned int tlen) 257GSC_TYPEMAP_remove (const uint16_t *types, unsigned int tlen)
264{ 258{