diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/func.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/func.vhdl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/pyunit/libghdl/func.vhdl b/testsuite/pyunit/libghdl/func.vhdl index df9fcd9a2..1c6fc8741 100644 --- a/testsuite/pyunit/libghdl/func.vhdl +++ b/testsuite/pyunit/libghdl/func.vhdl @@ -1,6 +1,4 @@ package p is - constant c : natural := 1; - -- :log2: as functions are longer in definitions, it might be written before function log2(param : positive) return natural; end p; |