diff options
Diffstat (limited to '')
-rw-r--r-- | src/utils.h | 2 |
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 |