io.backend: remove comment from years ago.
parent
3ea506e5b3
commit
c228aaf836
|
@ -27,7 +27,5 @@ HOOK: normalize-path io-backend ( path -- path' )
|
||||||
io-backend set-global init-io init-stdio
|
io-backend set-global init-io init-stdio
|
||||||
"io.files" startup-hooks get at call( -- ) ;
|
"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 ]
|
[ init-io embedded? [ init-stdio ] unless ]
|
||||||
"io.backend" add-startup-hook
|
"io.backend" add-startup-hook
|
||||||
|
|
Loading…
Reference in New Issue