aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index 5f3b26c5f..09260c0a2 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -104,6 +104,4 @@ void xpthread_mutex_destroy(pthread_mutex_t *mutex);
void xpthread_cond_destroy(pthread_cond_t *cond);
-int prefixcmp(const char *str, const char *prefix);
-
#endif