shithub: sl

Download patch

ref: d857c97435a6da3d727f04bb7a038476d238e913
parent: 2a9bc2ca9c833c49381e5d6638bbbbef7d8ea36c
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Feb 13 20:39:48 EST 2025

remove old unused #if/#endif

--- a/src/flisp.c
+++ b/src/flisp.c
@@ -521,10 +521,6 @@
 
 	sweep_finalizers();
 
-#if defined(VERBOSEGC)
-	printf("GC: found %d/%d live conses\n",
-		   (FL(curheap)-FL(tospace))/sizeof(cons_t), FL(heapsize)/sizeof(cons_t));
-#endif
 	temp = FL(tospace);
 	FL(tospace) = FL(fromspace);
 	FL(fromspace) = temp;