From 3419708ead8296f4aca83c275d0c98a3939dd43b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 15 Sep 2010 17:39:46 -0500 Subject: [PATCH] Remove dead code --- basis/random/windows/windows.factor | 4 ---- 1 file changed, 4 deletions(-) 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 ;