Dead code elimination, cleanup.
authorshort <>
Mon, 6 Sep 1999 19:18:19 +0000 (19:18 +0000)
committershort <>
Mon, 6 Sep 1999 19:18:19 +0000 (19:18 +0000)
mdsms.c

diff --git a/mdsms.c b/mdsms.c
index c72614b..8794249 100644 (file)
--- a/mdsms.c
+++ b/mdsms.c
@@ -29,14 +29,6 @@ static char rcsid[] ATTR_UNUSED = "$Id$";
 #include "getopt.h"
 #endif
 
 #include "getopt.h"
 #endif
 
-#if 0
-char *strdup(const char *s);
-int kill(pid_t pid,int sig);
-int snprintf(char *str,size_t n,const char *format,...);
-int vsnprintf(char *str,size_t n,const char *format,va_list ap);
-void usleep(unsigned long usec);
-#endif
-
 #define NELEM(x) (sizeof((x))/sizeof(*(x)))
 
 #ifndef DEBUG
 #define NELEM(x) (sizeof((x))/sizeof(*(x)))
 
 #ifndef DEBUG