From 5f06e34bc24876739c1d4af1d45f7cb322a19559 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 26 Jul 2017 14:32:28 +0200 Subject: First shot at (logic, not VHDL) functions. --- ast-to-instr/src/VHDLISNode.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ast-to-instr/src/VHDLISNode.java') 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 *************************************************************/ /***************************************************************************/ -- cgit v1.2.3-70-g09d2