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

Unified Diff: src/cmd/gopack/ar.c

Issue 4121057: code review 4121057: gopack: unused variable. (Closed)
Patch Set: diff -r 6a87adb6a308 http://go.googlecode.com/hg/ Created 14 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/gopack/ar.c
===================================================================
--- a/src/cmd/gopack/ar.c
+++ b/src/cmd/gopack/ar.c
@@ -597,7 +597,7 @@
Dir *d;
static int lastobj = -1;
uchar buf[4];
- char *p, *t;
+ char *p;
if (!allobj) /* non-object file encountered */
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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