mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-03-02 13:30:41 +00:00
removed useless property
This commit is contained in:
parent
1cecb51087
commit
dc2672cdd6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user