[PATCH 02/11] environment: remove unused variable

Sascha Hauer s.hauer at pengutronix.de
Thu Nov 6 04:59:29 PST 2014


fd is unused, remove it.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 common/environment.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/environment.c b/common/environment.c
index db3fad2..a6cafb0 100644
--- a/common/environment.c
+++ b/common/environment.c
@@ -42,7 +42,6 @@
 #endif
 
 struct action_data {
-	int fd;
 	const char *base;
 	void *writep;
 };
-- 
2.1.1




More information about the barebox mailing list