Remove debuggin statement from cmp/cmpwt.lsp

This commit is contained in:
Juan Jose Garcia Ripoll 2011-11-19 00:03:22 +01:00
parent e5de9aa7b1
commit 25d655d159

View file

@ -92,7 +92,6 @@
(princ "static const char compiler_data_text[] = " stream)
(wt-filtered-data string stream)
(princ #\; stream)
(print *wt-string-size*)
(format stream "~%#define compiler_data_text_size ~D~%"
*wt-string-size*))
(princ "#define compiler_data_text NULL