From 49083d9105a5cef6eebe4ebde32998215f815d0e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 27 Apr 2011 07:55:47 -0700 Subject: [PATCH] Let's remove this and see what happens. Whee! --- src/main/java/com/samskivert/util/Interval.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/main/java/com/samskivert/util/Interval.java b/src/main/java/com/samskivert/util/Interval.java index ff4da66d..2fa03991 100644 --- a/src/main/java/com/samskivert/util/Interval.java +++ b/src/main/java/com/samskivert/util/Interval.java @@ -88,16 +88,6 @@ public abstract class Interval }; } - /** - * This may be removed. - * - * @deprecated - */ - @Deprecated - public static void resetTimer () - { - } - /** * Create a simple interval that does not use a RunQueue to run the {@link #expired} method. */