aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/psl-errors.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-10 06:32:11 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-10 18:14:47 +0200
commit2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c (patch)
treecc9c7920faaf066098206973df852c1a7bed999a /src/vhdl/psl-errors.ads
parent0f995708288bb330cefeac11187ce064c2ec3bb1 (diff)
downloadghdl-2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c.tar.gz
ghdl-2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c.tar.bz2
ghdl-2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c.zip
Extract psl-errors from errorout.
Diffstat (limited to 'src/vhdl/psl-errors.ads')
-rw-r--r--src/vhdl/psl-errors.ads15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/vhdl/psl-errors.ads b/src/vhdl/psl-errors.ads
deleted file mode 100644
index 4d33faa51..000000000
--- a/src/vhdl/psl-errors.ads
+++ /dev/null
@@ -1,15 +0,0 @@
-with Types; use Types;
-with Errorout; use Errorout;
-with Vhdl.Errors; use Vhdl.Errors;
-with Files_Map;
-
-package PSL.Errors is
- function Image (Loc : Location_Type; Filename : Boolean := True)
- return String renames Files_Map.Image;
-
- procedure Error_Kind (Msg : String; N : PSL_Node) renames
- Errorout.Error_Kind;
-
- procedure Error_Msg_Sem (Msg: String; Loc: PSL_Node)
- renames Vhdl.Errors.Error_Msg_Sem_1;
-end PSL.Errors;