summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ast-to-instr/src/VHDLISNode.java')
-rw-r--r--ast-to-instr/src/VHDLISNode.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/ast-to-instr/src/VHDLISNode.java b/ast-to-instr/src/VHDLISNode.java
index 62fc3da..3c293cd 100644
--- a/ast-to-instr/src/VHDLISNode.java
+++ b/ast-to-instr/src/VHDLISNode.java
@@ -74,7 +74,6 @@ public class VHDLISNode extends VHDLNode
handle_function_label(local_id);
handle_function_kind(local_id);
handle_function_depth(local_id);
- handle_function_expression(local_id);
/** Predicates **********************************************************/
handle_predicate_has_option(local_id);
@@ -136,14 +135,6 @@ public class VHDLISNode extends VHDLNode
);
}
- private void handle_function_expression
- (
- final IDs local_id
- )
- {
- /* TODO */
- }
-
/***************************************************************************/
/** Predicates *************************************************************/
/***************************************************************************/