mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
wifiloader: remove unused variable
Change-Id: I88926520b7eb47533478ac3ff68acac25c60f201
This commit is contained in:
parent
1a87175b00
commit
7ca9854931
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue