diff --git a/extra/io/windows/windows.factor b/extra/io/windows/windows.factor index 0892563a02..a290821163 100755 --- a/extra/io/windows/windows.factor +++ b/extra/io/windows/windows.factor @@ -52,7 +52,3 @@ HOOK: add-completion io-backend ( port -- ) "SECURITY_ATTRIBUTES" "SECURITY_ATTRIBUTES" heap-size over set-SECURITY_ATTRIBUTES-nLength ; - -: security-attributes-inherit ( -- obj ) - default-security-attributes - TRUE over set-SECURITY_ATTRIBUTES-bInheritHandle ; foldable