From cefface22aa3984d8266585ef75b4b37712e1835 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Tue, 27 Feb 2001 18:13:34 +0000 Subject: reverted to anaconda reprobing for the pcic --- loader/loader.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'loader/loader.c') diff --git a/loader/loader.c b/loader/loader.c index 2ceb84074..0ed989369 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2897,11 +2897,6 @@ int main(int argc, char ** argv) { *argptr++ = instClass; } - if (pcic[0]) { - *argptr++ = "--pcic"; - *argptr++ = pcic; - } - if (memoryOverhead) { *argptr++ = "--overhead"; *argptr = malloc(20); -- cgit