Remove dead code

release
Doug Coleman 2010-09-15 17:39:46 -05:00
parent 0b62642ba1
commit 3419708ead
1 changed files with 0 additions and 4 deletions

View File

@ -59,10 +59,6 @@ M: windows-crypto-context random-bytes* ( n windows-crypto-context -- bytes )
handle>> swap dup <byte-array>
[ 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 ;