aboutsummaryrefslogtreecommitdiffstats
path: root/timer.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-18 09:01:45 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-18 09:01:45 +0000
commitdab42916caf4aa7950c01f5d3c298ea274d466d1 (patch)
tree28db6924b1f974ac99a8d5a67fecae8a8cbc325a /timer.c
parentbe7822ae1c0d3dd37cb371ec030defef0cb739ba (diff)
downloadlcd4linux-dab42916caf4aa7950c01f5d3c298ea274d466d1.tar.gz
[lcd4linux @ 2004-01-18 09:01:45 by reinelt]
/proc/stat parsing finished git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@319 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'timer.c')
-rw-r--r--timer.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/timer.c b/timer.c
index f85998d..86b733e 100644
--- a/timer.c
+++ b/timer.c
@@ -1,4 +1,4 @@
-/* $Id: timer.c,v 1.1 2004/01/13 08:18:20 reinelt Exp $
+/* $Id: timer.c,v 1.2 2004/01/18 09:01:45 reinelt Exp $
*
* generic timer handling
*
@@ -21,6 +21,9 @@
*
*
* $Log: timer.c,v $
+ * Revision 1.2 2004/01/18 09:01:45 reinelt
+ * /proc/stat parsing finished
+ *
* Revision 1.1 2004/01/13 08:18:20 reinelt
* timer queues added
* liblcd4linux deactivated turing transformation to new layout
@@ -142,11 +145,6 @@ int timer_process (struct timespec *delay)
}
}
- if (flag) {
- // Fixme: if at least one timer has been processed, do a flush()
-
- }
-
// find next timer
flag=1;
min=-1;