Author: Bleep <tom.helvey@cox.net>
[ircu2.10.12-pk.git] / ircd / motd.c
index 76dd87c7fb45fe7bfbfea3d5483a5fa6fcc43605..11b606427e4cdf0be65ce666ae81ff8d2820f290 100644 (file)
@@ -64,7 +64,6 @@ motd_create(const char *hostmask, const char *path, int maxcount)
 {
   struct Motd* tmp;
   int type = MOTD_UNIVERSAL;
-  const char *s;
   
   assert(0 != path);