Get working on Windows 8
[clnl] / bin / run.lisp
index 8b46a2a6109193d6508d6dc9106c3a38f1fb35b4..0cd8d8bc28d0d545fc804dbe91e5944a2a06eb6c 100644 (file)
@@ -1,6 +1,4 @@
 (setf *compile-print* nil)
 (require 'asdf)
-(push #p"deps/" asdf:*central-registry*)
 (asdf:load-system :clnl)
-(sb-thread:make-thread #'clnl-interface:run)
 (clnl:run)