From c228aaf836e01831e23a35577cfe6c2d8b013f5c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 22 Mar 2019 20:08:19 -0700 Subject: [PATCH] io.backend: remove comment from years ago. --- core/io/backend/backend.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/io/backend/backend.factor b/core/io/backend/backend.factor index 8d39d1cc68..07d866b56a 100644 --- a/core/io/backend/backend.factor +++ b/core/io/backend/backend.factor @@ -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