Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: tickcounter.c

Issue 6893111: Enhancements to ktop (Closed) Base URL: ssh://gitrw.chromium.org:9222/ktop.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tickcounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tickcounter.c
diff --git a/tickcounter.c b/tickcounter.c
index 3eac0b3ebeedfecaa1449c64886d8cc60a9bda78..0dc34f153e17e96f8427b7be112c747a61975a75 100644
--- a/tickcounter.c
+++ b/tickcounter.c
@@ -64,9 +64,6 @@ void tick(TickCounter_s *counter, u32 n)
counter->ihour = 0;
++counter->hour_wrapped;
}
-
-
-
void dump_counter(TickCounter_s *counter)
{
« no previous file with comments | « tickcounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698