Skip to content

Commit 414bae5

Browse files
committed
nar: drop commented out instance Binary Nar
1 parent 5d62b66 commit 414bae5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hnix-store-nar/tests/NarFormat.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,10 +590,6 @@ data FileSystemObject =
590590
newtype FilePathPart = FilePathPart { unFilePathPart :: BSC.ByteString }
591591
deriving (Eq, Ord, Show)
592592

593-
-- instance Binary Nar where
594-
-- get = getNar
595-
-- put = putNar
596-
597593
instance Serialize Nar where
598594
get = getNar
599595
put = putNar

0 commit comments

Comments
 (0)