diff --git a/basis/random/windows/windows.factor b/basis/random/windows/windows.factor index cf57c29124..9adef06f0f 100755 --- a/basis/random/windows/windows.factor +++ b/basis/random/windows/windows.factor @@ -59,10 +59,6 @@ M: windows-crypto-context random-bytes* ( n windows-crypto-context -- bytes ) handle>> swap dup [ CryptGenRandom win32-error=0/f ] keep ] with-destructors ; - -: with-windows-rng ( windows-rng quot -- ) - [ windows-crypto-context ] dip with-disposal - ; inline ERROR: no-windows-crypto-provider error ;