[Ada] Do not freeze specifically for dispatch tables
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 22 Apr 2022 23:09:39 +0000 (01:09 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 30 May 2022 08:29:02 +0000 (08:29 +0000)
commit878ded4f9a974bbcf90346d746daa5eeebdd7bd6
tree813591fee4c576261b557fb80cb34a943aa4fa9b
parent79b7ab68bce24103adc388d184ff74755914cdda
[Ada] Do not freeze specifically for dispatch tables

The left-overs of the old freezing code in Make_DT are now redundant since
the semantic analyzer performs the same task for the 'Access attribute.

gcc/ada/

* exp_disp.adb (Make_DT): Remove remaining freezing code.
gcc/ada/exp_disp.adb