Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(947)

Unified Diff: src/cmd/ndb/dn.c

Issue 6744053: code review 6744053: fix gcc 4.7 warnings (thanks Tuncer Ayaz) (Closed)
Patch Set: diff -r 976dfae2ec9e https://code.google.com/p/plan9port Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/devdraw/x11-get.c ('k') | src/cmd/page/rotate.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/ndb/dn.c
===================================================================
--- a/src/cmd/ndb/dn.c
+++ b/src/cmd/ndb/dn.c
@@ -462,8 +462,6 @@
void
putactivity(void)
{
- static ulong lastclean;
-
if(traceactivity) syslog(0, "dns", "put %d by %d.%d", dnvars.active, getpid(), threadid());
lock(&dnvars.lk);
dnvars.active--;
@@ -490,7 +488,6 @@
dnageall(0);
/* let others back in */
- lastclean = now;
needrefresh = 0;
dnvars.mutex = 0;
}
« no previous file with comments | « src/cmd/devdraw/x11-get.c ('k') | src/cmd/page/rotate.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b