Remove unused INITFILE config option
This commit is contained in:
parent
bb78dc0634
commit
b5946dea77
|
@ -43,9 +43,6 @@ int main(int argc, char *argv[])
|
|||
fl_init(512 * 1024);
|
||||
|
||||
fname_buf[0] = '\0';
|
||||
#ifdef INITFILE
|
||||
strcat(fname_buf, INITFILE);
|
||||
#else
|
||||
value_t str = symbol_value(symbol("*install-dir*"));
|
||||
char *exedir = (str == UNBOUND ? NULL : cvalue_data(str));
|
||||
if (exedir != NULL) {
|
||||
|
@ -53,7 +50,6 @@ int main(int argc, char *argv[])
|
|||
strcat(fname_buf, PATHSEPSTRING);
|
||||
}
|
||||
strcat(fname_buf, "flisp.boot");
|
||||
#endif
|
||||
|
||||
value_t args[2];
|
||||
fl_gc_handle(&args[0]);
|
||||
|
|
Loading…
Reference in New Issue