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


