summaryrefslogtreecommitdiffstats
path: root/src/glib-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glib-compat.h')
-rw-r--r--src/glib-compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glib-compat.h b/src/glib-compat.h
index 512ea55..51eef5c 100644
--- a/src/glib-compat.h
+++ b/src/glib-compat.h
@@ -62,8 +62,4 @@ g_queue_free_full (GQueue *queue,
} G_STMT_END
#endif
-#ifndef HAVE_STRTOK_R
-char* strtok_r(char *s, const char *delim, char **save_ptr);
-#endif
-
#endif /* GLIB_COMPAT_H */