about summary refs log tree commit diff
path: root/converter/other/fiasco/lib/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/lib/misc.h')
-rw-r--r--converter/other/fiasco/lib/misc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/converter/other/fiasco/lib/misc.h b/converter/other/fiasco/lib/misc.h
index 29456590..28fd8b5a 100644
--- a/converter/other/fiasco/lib/misc.h
+++ b/converter/other/fiasco/lib/misc.h
@@ -72,10 +72,6 @@ memmove(void *dest, const void *src, size_t n);
 
 double
 Log2 (double x);
-#ifndef HAVE_STRDUP
-char *
-strdup (const char *s);
-#endif
 #ifndef HAVE_STRCASECMP
 bool_t
 strcaseeq (const char *s1, const char *s2);