Integrated: 8327995: Remove unused Unused_Variable
Magnus Ihse Bursie
ihse at openjdk.org
Tue Mar 12 17:15:22 UTC 2024
On Tue, 12 Mar 2024 16:13:02 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> This code in `globalDefinitions.hpp` is unused and should be removed:
>
>
> //----------------------------------------------------------------------------------------------------
> // Utility macros for compilers
> // used to silence compiler warnings
>
> #define Unused_Variable(var) var
This pull request has now been integrated.
Changeset: 8a3bdd5c
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8a3bdd5c4dc1849f5cfbdf65cc35823ff551c0b5
Stats: 7 lines in 1 file changed: 0 ins; 7 del; 0 mod
8327995: Remove unused Unused_Variable
Reviewed-by: kbarrett
-------------
PR: https://git.openjdk.org/jdk/pull/18242
More information about the hotspot-dev
mailing list