X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/928ce024f4dfafdfce15d1d3f584a293f6b04683..08a5f1f9485a5f34039e66cec5419c205881bd7a:/include/irc_string.h?ds=sidebyside diff --git a/include/irc_string.h b/include/irc_string.h index 3111897..9c93eda 100644 --- a/include/irc_string.h +++ b/include/irc_string.h @@ -95,8 +95,6 @@ char *strip_colour(char *string); */ char *strip_tabs(char *dest, const unsigned char *src, size_t len); -const char *myctime(time_t); - #define EmptyString(x) ((x) == NULL || *(x) == '\0') #define CheckEmpty(x) EmptyString(x) ? "" : x