diff options
author | Tristan Gingold | 2014-12-23 21:25:07 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-12-23 21:25:07 +0100 |
commit | 9eec6ce77c61b550779f18636d3ef0a984cd977e (patch) | |
tree | 9f015a48c75c183317f713dbae6392e2267f2ee2 /src | |
parent | 71b6ae134cb0ffd4281a5ae6866ef1bc0ff04dcb (diff) | |
download | ghdl-9eec6ce77c61b550779f18636d3ef0a984cd977e.tar.gz ghdl-9eec6ce77c61b550779f18636d3ef0a984cd977e.tar.bz2 ghdl-9eec6ce77c61b550779f18636d3ef0a984cd977e.zip |
ghdldrv: remove unused variables.
Diffstat (limited to 'src')
-rw-r--r-- | src/ghdldrv/ghdldrv.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdldrv.adb b/src/ghdldrv/ghdldrv.adb index 2a32595..28689de 100644 --- a/src/ghdldrv/ghdldrv.adb +++ b/src/ghdldrv/ghdldrv.adb @@ -1268,7 +1268,6 @@ package body Ghdldrv is Obj_Pathname : constant String := Get_Object_Filename (Design_File) & Nul; Stamp : Time_Stamp_Id; - File : Source_File_Entry; begin Stamp := Get_File_Time_Stamp (Obj_Pathname'Address); @@ -1297,7 +1296,6 @@ package body Ghdldrv is File : Iir_Design_File; Unit : Iir; - Lib_Unit : Iir; Lib : Iir_Library_Declaration; In_Work : Boolean; |