From 143996429e594def4c31d1346713433335758128 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Nov 2017 13:12:43 -0400 Subject: remove dead code --- src/Propellor/Property/DiskImage/PartSpec.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Propellor/Property/DiskImage/PartSpec.hs b/src/Propellor/Property/DiskImage/PartSpec.hs index f7492589..405c61b0 100644 --- a/src/Propellor/Property/DiskImage/PartSpec.hs +++ b/src/Propellor/Property/DiskImage/PartSpec.hs @@ -69,6 +69,3 @@ extended s = adjustp s $ \p -> p { partType = Extended } adjustp :: PartSpec t -> (Partition -> Partition) -> PartSpec t adjustp (mp, o, p, t) f = (mp, o, f . p, t) - -adjustt :: PartSpec t -> (t -> t) -> PartSpec t -adjustt (mp, o, p, t) f = (mp, o, p, f t) -- cgit v1.2.3