From 509f100806b28694aa23588586b240cc1f8b379e Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 6 Jul 2010 22:47:01 -0700 Subject: [PATCH] windows.streams: remove some code used for debugging --- basis/windows/streams/streams.factor | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/basis/windows/streams/streams.factor b/basis/windows/streams/streams.factor index 956b4aad10..5ec2664ea8 100644 --- a/basis/windows/streams/streams.factor +++ b/basis/windows/streams/streams.factor @@ -99,20 +99,6 @@ FROM: io.ports => tell-handle ; f out-clone-stream 0 void* set-alien-value STG_E_INVALIDFUNCTION ; -USE: tools.annotations -: watch-istream-callbacks ( -- ) - \ IStream-read watch - \ IStream-write watch - \ IStream-seek watch - \ IStream-set-size watch - \ IStream-copy-to watch - \ IStream-commit watch - \ IStream-revert watch - \ IStream-lock-region watch - \ IStream-unlock-region watch - \ IStream-stat watch - \ IStream-clone watch ; - CONSTANT: stream-wrapper $[ { -- 2.34.1