Skip to content

Commit

Permalink
Removed unused stub
Browse files Browse the repository at this point in the history
  • Loading branch information
qcorradi committed May 27, 2024
1 parent b106ce0 commit 447d06b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.
2 changes: 0 additions & 2 deletions src/Verismith/Verilog2005.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ module Verismith.Verilog2005
NumberProbability,
CategoricalProbability,
Verilog2005 (..),
renameTopItems,
)
where

import Verismith.Config (CategoricalProbability (..), NumberProbability (..))
import Verismith.Verilog2005.AST
import Verismith.Verilog2005.Generator
import Verismith.Verilog2005.Mutation
import Verismith.Verilog2005.Parser
import Verismith.Verilog2005.PrettyPrinter
52 changes: 0 additions & 52 deletions src/Verismith/Verilog2005/Mutation.hs

This file was deleted.

1 change: 0 additions & 1 deletion verismith.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ library
, Verismith.Verilog2005.Parser
, Verismith.Verilog2005.Randomness
, Verismith.Verilog2005.Generator
, Verismith.Verilog2005.Mutation
build-depends: array >=0.5 && <0.6
, base >=4.7 && <5
, binary >= 0.8.5.1 && <0.9
Expand Down

0 comments on commit 447d06b

Please sign in to comment.