summaryrefslogtreecommitdiffstats
path: root/btimed.c
diff options
context:
space:
mode:
Diffstat (limited to 'btimed.c')
-rw-r--r--btimed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/btimed.c b/btimed.c
index 0ba6c91..44ccd9c 100644
--- a/btimed.c
+++ b/btimed.c
@@ -128,6 +128,5 @@ get_btime(void)
btime -= (times(&tms) / hertz);
}
- btime = btime - (btime % 5) + 5;
return btime;
}