removed useless property

This commit is contained in:
Dmitriy Ryajov 2024-02-07 10:36:30 -06:00
parent d5eaef89c3
commit 6a1546589a
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 0 additions and 4 deletions

View File

@ -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