installer: Remove unused variable.

This commit is contained in:
Michael Tremer
2014-07-21 14:03:16 +02:00
parent 25fcce25bc
commit 1a4d8f1fc2

View File

@@ -160,7 +160,6 @@ int main(int argc, char *argv[]) {
char message[STRING_SIZE];
char title[STRING_SIZE];
int allok = 0;
struct keyvalue *ethernetkv = initkeyvalues();
FILE *handle, *cmdfile, *copying;
char line[STRING_SIZE];
@@ -571,8 +570,6 @@ EXIT:
if (!(allok))
newtWinMessage(title, ctr[TR_OK], ctr[TR_PRESS_OK_TO_REBOOT]);
freekeyvalues(ethernetkv);
if (allok) {
fflush(flog);