Skip to content

Commit 1cb3ab0

Browse files
author
meister
committed
Remove spurious #ifdef
1 parent 702b50d commit 1cb3ab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gctools/gcFunctions.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ CL_DEFUN void gctools__save_lisp_and_continue(core::T_sp filename, core::T_sp ex
517517
#ifdef USE_PRECISE_GC
518518
core::SaveLispAndDie ee(gc::As<core::String_sp>(filename)->get_std_string(), executable.notnilp(),
519519
globals_->_Bundle->_Directories->_LibDir, false );
520-
#ifdef USE_PRECISE_GC
521520
snapshotSaveLoad::snapshot_save(ee);
522521
#else
523522
SIMPLE_ERROR("save-lisp-and-continue only works for precise GC");

0 commit comments

Comments
 (0)