| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'instr-to-kodkod/src/VHDLProperty.java')
| -rw-r--r-- | instr-to-kodkod/src/VHDLProperty.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/instr-to-kodkod/src/VHDLProperty.java b/instr-to-kodkod/src/VHDLProperty.java index ac88e6e..f74aae4 100644 --- a/instr-to-kodkod/src/VHDLProperty.java +++ b/instr-to-kodkod/src/VHDLProperty.java @@ -9,14 +9,10 @@ import org.antlr.v4.runtime.*; public class VHDLProperty { private final String filename; - private final List<Variable> tagged_variables; - private final List<VHDLType> tagged_variables_types; public VHDLProperty (final String filename) { this.filename = filename; - tagged_variables = new ArrayList<Variable>(); - tagged_variables_types = new ArrayList<VHDLType>(); } public Formula generate_base_formula () |


