| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'ast-to-instr/src/VHDLGeneric.java')
| -rw-r--r-- | ast-to-instr/src/VHDLGeneric.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ast-to-instr/src/VHDLGeneric.java b/ast-to-instr/src/VHDLGeneric.java index 7184f61..e080841 100644 --- a/ast-to-instr/src/VHDLGeneric.java +++ b/ast-to-instr/src/VHDLGeneric.java @@ -10,14 +10,6 @@ import java.util.Collection; public class VHDLGeneric extends ParsableXML { - private static final XPathExpression GET_ENTITIES; - - static - { - /* TODO */ - GET_ENTITIES = null; - } - public VHDLGeneric ( final IDs parent_id, |


