Remove *newline* variable
[jscl.git] / src / utils.lisp
index d380e4c..6ab351d 100644 (file)
@@ -18,9 +18,6 @@
 
 (/debug "loading utils.lisp!")
 
-(defvar *newline* "
-")
-
 (defmacro concatf (variable &body form)
   `(setq ,variable (concat ,variable (progn ,@form))))