Skip to content

Commit

Permalink
8327995: Remove unused Unused_Variable
Browse files Browse the repository at this point in the history
Reviewed-by: kbarrett
  • Loading branch information
magicus committed Mar 12, 2024
1 parent 201042f commit 8a3bdd5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/hotspot/share/utilities/globalDefinitions.hpp
Expand Up @@ -616,13 +616,6 @@ const bool support_IRIW_for_not_multiple_copy_atomic_cpu = PPC64_ONLY(true) NOT_
#endif


//----------------------------------------------------------------------------------------------------
// Utility macros for compilers
// used to silence compiler warnings

#define Unused_Variable(var) var


//----------------------------------------------------------------------------------------------------
// Miscellaneous

Expand Down

1 comment on commit 8a3bdd5

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.