From 180bb32e862b9577b44608cff135d9765569cc8c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 30 Jun 2016 12:34:36 -0700 Subject: [PATCH] checksums: remove doc for stream-checksum. --- core/checksums/checksums-docs.factor | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/checksums/checksums-docs.factor b/core/checksums/checksums-docs.factor index c387de24fa..fd9e5ed26a 100644 --- a/core/checksums/checksums-docs.factor +++ b/core/checksums/checksums-docs.factor @@ -58,9 +58,6 @@ $nl } "Checksums should implement at least one of " { $link checksum-bytes } " and " { $link checksum-stream } ". Implementing " { $link checksum-lines } " is optional." $nl -"In the default implementation " { $link checksum-bytes } " is abstract, and " { $link checksum-stream } " is implemented by calling it with the stream contents fully read into memory. If you want your checksum to be the other way around, that is, " { $link checksum-bytes } " to be implemented by calling " { $link checksum-stream } ", consider using the " { $snippet "stream-checksum" } " mixin:" -{ $vocab-subsection "stream-checksum" "checksums.stream" } -$nl "Utilities:" { $subsections checksum-file