]> gitweb.factorcode.org Git - factor.git/commitdiff
io.backend: remove comment from years ago.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 23 Mar 2019 03:08:19 +0000 (20:08 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 23 Mar 2019 03:36:45 +0000 (20:36 -0700)
core/io/backend/backend.factor

index 8d39d1cc68203bc0b58a4fcebbdb607dfb2a1171..07d866b56ac1079d26864cb6890700104ac0ad87 100644 (file)
@@ -27,7 +27,5 @@ HOOK: normalize-path io-backend ( path -- path' )
     io-backend set-global init-io init-stdio
     "io.files" startup-hooks get at call( -- ) ;
 
-! Note that we have 'alien' in our using list so that the alien
-! init hook runs before this one.
 [ init-io embedded? [ init-stdio ] unless ]
 "io.backend" add-startup-hook