mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
installer: Remove unused variable.
This commit is contained in:
@@ -160,7 +160,6 @@ int main(int argc, char *argv[]) {
|
|||||||
char message[STRING_SIZE];
|
char message[STRING_SIZE];
|
||||||
char title[STRING_SIZE];
|
char title[STRING_SIZE];
|
||||||
int allok = 0;
|
int allok = 0;
|
||||||
struct keyvalue *ethernetkv = initkeyvalues();
|
|
||||||
FILE *handle, *cmdfile, *copying;
|
FILE *handle, *cmdfile, *copying;
|
||||||
char line[STRING_SIZE];
|
char line[STRING_SIZE];
|
||||||
|
|
||||||
@@ -571,8 +570,6 @@ EXIT:
|
|||||||
|
|
||||||
if (!(allok))
|
if (!(allok))
|
||||||
newtWinMessage(title, ctr[TR_OK], ctr[TR_PRESS_OK_TO_REBOOT]);
|
newtWinMessage(title, ctr[TR_OK], ctr[TR_PRESS_OK_TO_REBOOT]);
|
||||||
|
|
||||||
freekeyvalues(ethernetkv);
|
|
||||||
|
|
||||||
if (allok) {
|
if (allok) {
|
||||||
fflush(flog);
|
fflush(flog);
|
||||||
|
|||||||
Reference in New Issue
Block a user