aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/util.c')
-rw-r--r--src/config/util.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/config/util.c b/src/config/util.c
deleted file mode 100644
index bee1503..0000000
--- a/src/config/util.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* ISC license. */
-
-#include <string.h>
-
-#include "tipidee-config-internal.h"
-
-struct starts_with_a_string_key_s
-{
- char const *s ;
-} ;
-
-int keycmp (void const *a, void const *b)
-{
- return strcmp((char const *)a, ((struct starts_with_a_string_key_s const *)b)->s) ;
-}