| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'ast-to-instr/src/VHDLWNode.java')
| -rw-r--r-- | ast-to-instr/src/VHDLWNode.java | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/ast-to-instr/src/VHDLWNode.java b/ast-to-instr/src/VHDLWNode.java index 84cebb9..4052229 100644 --- a/ast-to-instr/src/VHDLWNode.java +++ b/ast-to-instr/src/VHDLWNode.java @@ -67,7 +67,6 @@ public class VHDLWNode 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); @@ -125,14 +124,6 @@ public class VHDLWNode extends VHDLNode        );     } -   private void handle_function_expression -   ( -      final IDs local_id -   ) -   { -      /* TODO */ -   } -     /***************************************************************************/     /** Predicates *************************************************************/     /***************************************************************************/  | 


