]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.streams: remove some code used for debugging
authorJoe Groff <arcata@gmail.com>
Wed, 7 Jul 2010 05:47:01 +0000 (22:47 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 7 Jul 2010 05:47:01 +0000 (22:47 -0700)
basis/windows/streams/streams.factor

index 956b4aad103f756c3ced4bd7ed24c0b4b6ce1b0e..5ec2664ea851daf7505afbcbbbf1133a72d1520f 100644 (file)
@@ -99,20 +99,6 @@ FROM: io.ports => tell-handle ;
     f out-clone-stream 0 void* set-alien-value\r
     STG_E_INVALIDFUNCTION ;\r
 \r
-USE: tools.annotations\r
-: watch-istream-callbacks ( -- )\r
-    \ IStream-read watch\r
-    \ IStream-write watch\r
-    \ IStream-seek watch\r
-    \ IStream-set-size watch\r
-    \ IStream-copy-to watch\r
-    \ IStream-commit watch\r
-    \ IStream-revert watch\r
-    \ IStream-lock-region watch\r
-    \ IStream-unlock-region watch\r
-    \ IStream-stat watch\r
-    \ IStream-clone watch ;\r
-\r
 CONSTANT: stream-wrapper\r
     $[\r
         {\r