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

Unified Diff: src/libmach/executable.c

Issue 4406048: code review 4406048: for GCC4.6: fix a bunch of set-and-not-used errors. (Closed)
Patch Set: diff -r 2e0db11af6b0 https://go.googlecode.com/hg/ Created 13 years, 11 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/ld/lib.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libmach/executable.c
===================================================================
--- a/src/libmach/executable.c
+++ b/src/libmach/executable.c
@@ -991,7 +991,6 @@
{
uvlong (*swav)(uvlong);
uint32 (*swal)(uint32);
- ushort (*swab)(ushort);
Machhdr *mp;
MachCmd **cmd;
MachSymSeg *symtab;
@@ -1012,7 +1011,6 @@
return 0;
}
- swab = leswab;
swal = leswal;
swav = leswav;
« no previous file with comments | « src/cmd/ld/lib.c ('k') | no next file » | no next file with comments »

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