From 9a1b98eeeda9e998a9e3898fb979fe874c8a15e2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 25 May 2019 21:27:13 +0200 Subject: vhdl: move Current_Text from vhdl-utils to vhdl-parse. --- src/vhdl/vhdl-utils.ads | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vhdl/vhdl-utils.ads') 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; -- cgit v1.2.3