Remove unneeded patch.

This commit is contained in:
Andrey Slusar 2006-11-09 09:20:53 +00:00
parent 66b5e8b07b
commit a10a6ac568
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176915

View file

@ -1,10 +0,0 @@
--- swank-sbcl.lisp.orig Wed Apr 27 21:16:21 2005
+++ swank-sbcl.lisp Tue May 24 17:33:21 2005
@@ -43,6 +43,7 @@
(defimplementation preferred-communication-style ()
(if (and (member :sb-thread *features*)
+ #+linux
(not (sb-alien:extern-alien "linux_no_threads_p" sb-alien:boolean)))
:spawn
:fd-handler))