aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-05-13 01:33:36 +0100
committerYann Herklotz <git@yannherklotz.com>2020-05-13 01:33:36 +0100
commit668eda8ea01553e7788ba4dce888360e54320d9f (patch)
treeca18b5be7c4976af2803087dcd64d3755f0b2495
parentfde70d4488c35d62c8797480210716887e733e87 (diff)
downloadverismith-668eda8ea01553e7788ba4dce888360e54320d9f.tar.gz
verismith-668eda8ea01553e7788ba4dce888360e54320d9f.zip
Remove removeDecl as that pass is already there
-rw-r--r--src/Verismith/Reduce.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Verismith/Reduce.hs b/src/Verismith/Reduce.hs
index 6df398d..267dddb 100644
--- a/src/Verismith/Reduce.hs
+++ b/src/Verismith/Reduce.hs
@@ -656,7 +656,7 @@ reduce ::
-- | Reduced output.
m (SourceInfo ())
reduce fp eval rsrc =
- fmap (clearAnn . removeDecl) $
+ fmap clearAnn $
red "Modules" id id halveModules moduleBot src
>>= redAll "Module items" idTag idTag halveModItems modItemBot
>>= redAll "Statements" tagAlways untagAlways halveStatements (const defaultBot)