diff options
Diffstat (limited to 'include/irc_string.h')
-rw-r--r-- | include/irc_string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/irc_string.h b/include/irc_string.h index 8f7f00a..e407447 100644 --- a/include/irc_string.h +++ b/include/irc_string.h @@ -70,8 +70,6 @@ extern const char *libio_basename(const char *); */ extern void strip_tabs(char *, const char *, size_t); -const char *myctime(time_t); - #define EmptyString(x) (!(x) || (*(x) == '\0')) #ifndef HAVE_STRTOK_R |