From 024c037ad5868decb5d300355ccd6220848ee220 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 6 Sep 1999 19:18:19 +0000 Subject: [PATCH] Dead code elimination, cleanup. --- mdsms.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mdsms.c b/mdsms.c index c72614b..8794249 100644 --- a/mdsms.c +++ b/mdsms.c @@ -29,14 +29,6 @@ static char rcsid[] ATTR_UNUSED = "$Id$"; #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 -- 1.8.3.1