diff --git a/codex/streams/storestream.nim b/codex/streams/storestream.nim index d3b8c036..9b549f81 100644 --- a/codex/streams/storestream.nim +++ b/codex/streams/storestream.nim @@ -65,10 +65,6 @@ proc new*( method `size`*(self: StoreStream): int = bytes(self.manifest, self.pad).int -proc `size=`*(self: StoreStream, size: int) - {.error: "Setting the size is forbidden".} = - discard - method atEof*(self: StoreStream): bool = self.offset >= self.size