summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index b6b76bf1..3356a548 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -202,9 +202,6 @@ setflags(int mask, int value)
void
u_exit(const char *mode)
{
- int diff = (time(0) - login_start_time) / 60;
- int dirty = currmode & MODE_DIRTY;
-
currmode = 0;
/* close fd 0 & 1 to terminate network */