summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/kern/linux/events.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/kern/linux/events.cc b/src/kern/linux/events.cc
index 75c2b6f7f..651dae3d6 100644
--- a/src/kern/linux/events.cc
+++ b/src/kern/linux/events.cc
@@ -82,9 +82,6 @@ UDelayEvent::process(ThreadContext *tc)
time *= argMultToNs;
- // Convert ns to ticks
- time *= SimClock::Int::ns;
-
SkipFuncEvent::process(tc);
PseudoInst::quiesceNs(tc, time);