From 7065d263f50bc8792a73efa9c2d503b17f757a0e Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 28 Aug 2014 13:43:01 +0200 Subject: [PATCH] Cleanup. --- pgloader.lisp | 2 -- 1 file changed, 2 deletions(-) diff --git a/pgloader.lisp b/pgloader.lisp index 1c0e191..c40c4b9 100755 --- a/pgloader.lisp +++ b/pgloader.lisp @@ -16,8 +16,6 @@ exec sbcl --script "$0" $@ (format t "Loading quicklisp and the pgloader project and its dependencies...") (terpri) (with-output-to-string (*standard-output*) - (pushnew :lparallel.with-vector-queue *features*) - (pushnew :lparallel.without-stealing-scheduler *features*) (ql:quickload '(:pgloader))) (in-package #:pgloader)