summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-20 15:43:38 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-20 15:43:38 +0200
commit1ef39e828479f0d82753f3912b7c5d85e49d708c (patch)
tree7d7e808ccb7911921560e97a9ef2b068725fda30 /ast-to-instr/src/VHDLSignal.java
parentb5c3459a9763107abcbbcd7fc1a42eee3a887c52 (diff)
Working on the "internal_process.py" translation.
I think I've found some not-too-ugly solution.
Diffstat (limited to 'ast-to-instr/src/VHDLSignal.java')
-rw-r--r--ast-to-instr/src/VHDLSignal.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/ast-to-instr/src/VHDLSignal.java b/ast-to-instr/src/VHDLSignal.java
index 1ea12d6..72a95ee 100644
--- a/ast-to-instr/src/VHDLSignal.java
+++ b/ast-to-instr/src/VHDLSignal.java
@@ -10,14 +10,6 @@ import java.util.Collection;
public class VHDLSignal extends ParsableXML
{
- private static final XPathExpression GET_ENTITIES;
-
- static
- {
- /* TODO */
- GET_ENTITIES = null;
- }
-
public VHDLSignal
(
final IDs parent_id,