diff --git a/repository/Grease-Pharo70-Core.package/GRPharoPlatform.class/instance/binaryWriteStreamFor.do..st b/repository/Grease-Pharo70-Core.package/GRPharoPlatform.class/instance/binaryWriteStreamFor.do..st deleted file mode 100644 index 6c8a0772..00000000 --- a/repository/Grease-Pharo70-Core.package/GRPharoPlatform.class/instance/binaryWriteStreamFor.do..st +++ /dev/null @@ -1,6 +0,0 @@ -file library -binaryWriteStreamFor: aFileReference do: aBlock - "Open a binary writeStream for aFileReference and evaluate aBlock - with the stream as argument. - The stream will be closed after the block has completed." - aFileReference binaryWriteStreamDo: aBlock \ No newline at end of file