From: short <> Date: Mon, 6 Sep 1999 19:18:19 +0000 (+0000) Subject: Dead code elimination, cleanup. X-Git-Tag: rel_1_5_1~34 X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=commitdiff_plain;h=024c037ad5868decb5d300355ccd6220848ee220;hp=2206dd0220cb009c20c2d83770ae011206b8f011 Dead code elimination, cleanup. --- 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