Eliminate unnecessary integrate-external declaration.
authorChris Hanson <org/chris-hanson/cph>
Thu, 12 Jan 2017 20:11:31 +0000 (12:11 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 12 Jan 2017 20:11:31 +0000 (12:11 -0800)
src/runtime/stringio.scm

index be3a189bdffb9ada242bb449e5e5c7e8a649ecf2..d73602dd3bb1307df17ba370fdc3fb728b85f209 100644 (file)
@@ -27,8 +27,7 @@ USA.
 ;;;; String I/O Ports (SRFI-6)
 ;;; package: (runtime string-i/o-port)
 
-(declare (usual-integrations)
-        (integrate-external "port"))
+(declare (usual-integrations))
 \f
 ;;;; Input as characters