From 7ca98549316d558449bde18623ed94a4f71fc8de Mon Sep 17 00:00:00 2001 From: Stricted Date: Tue, 28 Aug 2018 07:31:29 +0200 Subject: [PATCH] wifiloader: remove unused variable Change-Id: I88926520b7eb47533478ac3ff68acac25c60f201 --- wifiloader/wifiloader.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wifiloader/wifiloader.c b/wifiloader/wifiloader.c index 0aeec3e7..ce01b02e 100644 --- a/wifiloader/wifiloader.c +++ b/wifiloader/wifiloader.c @@ -111,7 +111,6 @@ int main(void) char buf[8] = { '\0' }; FILE *fp; size_t r; - int fd; struct stat st; if (stat(WIFI_DRIVER_MODULE_PATH, &st) == 0) {