io.backend: remove comment from years ago.

windows-drag
John Benediktsson 2019-03-22 20:08:19 -07:00
parent 3ea506e5b3
commit c228aaf836
1 changed files with 0 additions and 2 deletions

View 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