Skip to content

Commit 8a3bdd5

Browse files
committedMar 12, 2024
8327995: Remove unused Unused_Variable
Reviewed-by: kbarrett
1 parent 201042f commit 8a3bdd5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎src/hotspot/share/utilities/globalDefinitions.hpp

-7
Original file line numberDiff line numberDiff line change
@@ -616,13 +616,6 @@ const bool support_IRIW_for_not_multiple_copy_atomic_cpu = PPC64_ONLY(true) NOT_
616616
#endif
617617

618618

619-
//----------------------------------------------------------------------------------------------------
620-
// Utility macros for compilers
621-
// used to silence compiler warnings
622-
623-
#define Unused_Variable(var) var
624-
625-
626619
//----------------------------------------------------------------------------------------------------
627620
// Miscellaneous
628621

0 commit comments

Comments
 (0)
Please sign in to comment.