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