commit | 7ca98549316d558449bde18623ed94a4f71fc8de | [log] [tgz] |
---|---|---|
author | Stricted <info@stricted.net> | Tue Aug 28 07:31:29 2018 +0200 |
committer | Stricted <info@stricted.net> | Sat Sep 08 20:39:06 2018 +0200 |
tree | 5a2d5e9984416e7aa4f4015ddb08d836d4d359e6 | |
parent | 1a87175b007cdec04e0bc706c4ad933a925219fa [diff] |
wifiloader: remove unused variable Change-Id: I88926520b7eb47533478ac3ff68acac25c60f201
diff --git a/wifiloader/wifiloader.c b/wifiloader/wifiloader.c index 0aeec3e..ce01b02 100644 --- a/wifiloader/wifiloader.c +++ b/wifiloader/wifiloader.c
@@ -111,7 +111,6 @@ char buf[8] = { '\0' }; FILE *fp; size_t r; - int fd; struct stat st; if (stat(WIFI_DRIVER_MODULE_PATH, &st) == 0) {