src/rrd_daemon.c: Remove the declaration of strdup.
[rrdtool.git] / src / rrd_daemon.c
index 61e1d9a..d446756 100644 (file)
 # define __attribute__(x) /**/
 #endif
 
-#if 0
-/* FIXME: I don't want to declare strdup myself! */
-extern char *strdup (const char *s);
-#endif
-
 /*
  * Types
  */