diff options
author | Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> | 2022-05-14 13:14:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 13:14:01 +0200 |
commit | 2250367424796cd0215eedeedaba8f120a027f4c (patch) | |
tree | 64abf2fe317a6563c7fd6a3f1a3a13a2647391a1 /src/synth/netlists-inference.ads | |
parent | fd1c6d1d7bd4a11f8a79bdd08ab8c0262334c89e (diff) | |
parent | 8c5689b93e68ac34cdf7dd089a3990ae22f0049c (diff) | |
download | ghdl-2250367424796cd0215eedeedaba8f120a027f4c.tar.gz ghdl-2250367424796cd0215eedeedaba8f120a027f4c.tar.bz2 ghdl-2250367424796cd0215eedeedaba8f120a027f4c.zip |
GCC 12 compatibility (#2057)
Diffstat (limited to 'src/synth/netlists-inference.ads')
-rw-r--r-- | src/synth/netlists-inference.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/netlists-inference.ads b/src/synth/netlists-inference.ads index ae671a0ac..8a6aef2f3 100644 --- a/src/synth/netlists-inference.ads +++ b/src/synth/netlists-inference.ads @@ -16,7 +16,6 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <gnu.org/licenses>. -with Netlists; use Netlists; with Netlists.Builders; use Netlists.Builders; package Netlists.Inference is |