aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-utils.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-25 21:27:13 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-25 21:27:13 +0200
commit9a1b98eeeda9e998a9e3898fb979fe874c8a15e2 (patch)
tree696a15162044618b63485300783713d77d75b677 /src/vhdl/vhdl-utils.ads
parent3fafb1354ff36f3ba23e5efbde7599b1d72caf88 (diff)
downloadghdl-9a1b98eeeda9e998a9e3898fb979fe874c8a15e2.tar.gz
ghdl-9a1b98eeeda9e998a9e3898fb979fe874c8a15e2.tar.bz2
ghdl-9a1b98eeeda9e998a9e3898fb979fe874c8a15e2.zip
vhdl: move Current_Text from vhdl-utils to vhdl-parse.
Diffstat (limited to 'src/vhdl/vhdl-utils.ads')
-rw-r--r--src/vhdl/vhdl-utils.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vhdl/vhdl-utils.ads b/src/vhdl/vhdl-utils.ads
index f94d5996e..fabe48f81 100644
--- a/src/vhdl/vhdl-utils.ads
+++ b/src/vhdl/vhdl-utils.ads
@@ -20,10 +20,6 @@ with Vhdl.Nodes; use Vhdl.Nodes;
with PSL.Types; use PSL.Types;
package Vhdl.Utils is
- -- Transform the current token into an iir literal.
- -- The current token must be either a character, a string or an identifier.
- function Current_Text return Iir;
-
-- Get identifier of NODE as a string.
function Image_Identifier (Node : Iir) return String;
function Image_String_Lit (Str : Iir) return String;