diff --git a/common/cmd_universe.c b/common/cmd_universe.c index a86a5746b0d80a6a88af765a7c336fe4794100e8..58384f3b8bec3a0d485aeaea933182294a7a1133 100644 --- a/common/cmd_universe.c +++ b/common/cmd_universe.c @@ -46,7 +46,7 @@ static UNI_DEV *dev; int universe_init(void) { - int j, result, lastError = 0; + int j, result; pci_dev_t busdevfn; unsigned int val; @@ -126,8 +126,6 @@ int universe_init(void) break_30: free(dev); break_20: - lastError = result; - return result; }