| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-26 14:32:28 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-26 14:32:28 +0200 | 
| commit | 5f06e34bc24876739c1d4af1d45f7cb322a19559 (patch) | |
| tree | 38363a28b472610d5dc8391baeba2d98e731fa2c /ast-to-instr/src/VHDLSSASNode.java | |
| parent | 1eb79a5c6ae03500a2816a34983e5d4cc700de33 (diff) | |
First shot at (logic, not VHDL) functions.
Diffstat (limited to 'ast-to-instr/src/VHDLSSASNode.java')
| -rw-r--r-- | ast-to-instr/src/VHDLSSASNode.java | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/ast-to-instr/src/VHDLSSASNode.java b/ast-to-instr/src/VHDLSSASNode.java index ef08f6f..b638f81 100644 --- a/ast-to-instr/src/VHDLSSASNode.java +++ b/ast-to-instr/src/VHDLSSASNode.java @@ -68,7 +68,6 @@ public class VHDLSSASNode 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); @@ -130,14 +129,6 @@ public class VHDLSSASNode extends VHDLNode        );     } -   private void handle_function_expression -   ( -      final IDs local_id -   ) -   { -      /* TODO */ -   } -     /***************************************************************************/     /** Predicates *************************************************************/     /***************************************************************************/ | 


