summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-05-23 13:22:33 -0700
committerDavid S. Miller <davem@davemloft.net>2020-06-02 18:37:58 -0700
commit9277bfd433e398d0a6eabec79edead52d4cb8125 (patch)
tree820a9bd6846e163ff69a046c0f35dcfe39f50097
parent89138af9ffdb842f8730d3cfcce449533f98dce3 (diff)
downloadsilo-master.tar.gz
second/util: Remove unused shadowed variablesHEADmaster
Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--second/util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/second/util.c b/second/util.c
index 3346823..3469c34 100644
--- a/second/util.c
+++ b/second/util.c
@@ -120,8 +120,6 @@ int main(int argc, char **argv)
int end, rodata_start, rodata_end;
int net = 0;
int i = 1;
- char sym[256];
- unsigned int addr;
if (!strcmp (argv[i], "-a")) {
net = 1;