From 07c6c885974fb0cd46ffe06135af1251b2fdd92b Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 6 Feb 2024 10:17:18 -0600 Subject: [PATCH] cleanup and proper inputs structure --- codex/slots/sampler/sampler.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/codex/slots/sampler/sampler.nim b/codex/slots/sampler/sampler.nim index e04805db..d214c038 100644 --- a/codex/slots/sampler/sampler.nim +++ b/codex/slots/sampler/sampler.nim @@ -39,7 +39,6 @@ func getCell*[T, H]( self: DataSampler[T, H], blkBytes: seq[byte], blkCellIdx: Natural): seq[byte] = - let cellSize = self.builder.cellSize.uint64 dataStart = cellSize * blkCellIdx.uint64