All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] second/util: Remove unused shadowed variables
  2020-04-05 18:48 [PATCH 1/5] silo: Build with -fno-PIC to reduce size Matt Turner
@ 2020-04-05 18:48 ` Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2020-04-05 18:48 UTC (permalink / raw
  To: linux-alpha; +Cc: David S . Miller, Aaro Koskinen, Matt Turner

Signed-off-by: Matt Turner <mattst88@gmail.com>
---
 second/util.c | 2 --
 1 file changed, 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;
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 5/5] second/util: Remove unused shadowed variables
@ 2020-05-23 20:22 Matt Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2020-05-23 20:22 UTC (permalink / raw
  To: sparclinux

Signed-off-by: Matt Turner <mattst88@gmail.com>
---
 second/util.c | 2 --
 1 file changed, 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;
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 5/5] second/util: Remove unused shadowed variables
@ 2020-06-03  1:38 David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2020-06-03  1:38 UTC (permalink / raw
  To: sparclinux

From: Matt Turner <mattst88@gmail.com>
Date: Sat, 23 May 2020 13:22:33 -0700

> Signed-off-by: Matt Turner <mattst88@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-03  1:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-23 20:22 [PATCH 5/5] second/util: Remove unused shadowed variables Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2020-06-03  1:38 David Miller
2020-04-05 18:48 [PATCH 1/5] silo: Build with -fno-PIC to reduce size Matt Turner
2020-04-05 18:48 ` [PATCH 5/5] second/util: Remove unused shadowed variables Matt Turner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.