From 998453de9f5b395de1b976bf24b2fda169a9c59d Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Wed, 7 May 2008 08:46:59 +0000 Subject: [PATCH] Remove declaration of stpcpy - no code in BitchX uses it. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@33 13b04d17-f746-0410-82c6-800466cd88b0 --- include/irc_std.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/irc_std.h b/include/irc_std.h index cf36942..7c7a47e 100644 --- a/include/irc_std.h +++ b/include/irc_std.h @@ -190,10 +190,6 @@ extern char *sys_errlist[]; extern int gettimeofday(struct timeval *tv, struct timezone *tz); #endif -#ifndef STPCPY_DECLARED -char * stpcpy (char *to, const char *from); -#endif - #ifndef GETPGID_DECLARED pid_t getpgid (pid_t pid); #endif