Removed a useless reminiscent from the past. - irc - Unnamed repository; edit this file 'description' to name the repository.
(HTM) git clone git://vernunftzentrum.de/irc.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 3597152e7424b24233a60fe1b7492e8ee178d08f
(DIR) parent 45c4c659970dee52d8dd373e548877ae453b690d
(HTM) Author: Quentin Carbonneaux <qcarbonneaux@gmail.com>
Date: Thu, 15 Mar 2012 00:18:31 +0100
Removed a useless reminiscent from the past.
Diffstat:
irc.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/irc.c b/irc.c
@@ -37,7 +37,6 @@ struct {
int y;
WINDOW *sw, *mw, *iw;
} scr; /* Screen relative data. */
-int eof; /* EOF reached on server side. */
struct Chan {
char name[ChanLen];
char *buf, *eol;