From 482a3a5bdd7bf3755c67d678b7e74f72cfbaaecb Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Mon, 26 Nov 2018 09:56:04 -0400 Subject: [PATCH] Remove unneeded comment --- src/irc/core/irc-cap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/irc/core/irc-cap.h b/src/irc/core/irc-cap.h index 716239e2..96efbbee 100644 --- a/src/irc/core/irc-cap.h +++ b/src/irc/core/irc-cap.h @@ -1,7 +1,6 @@ #ifndef __IRC_CAP_H #define __IRC_CAP_H -/* this is prefixed as to not conflict with an AIX/i function in their stdlib */ void irc_cap_init(void); void irc_cap_deinit(void); int irc_cap_toggle (IRC_SERVER_REC *server, char *cap, int enable);