8327995: Remove unused Unused_Variable

Reviewed-by: kbarrett
This commit is contained in:
Magnus Ihse Bursie 2024-03-12 17:12:13 +00:00
parent 201042fd96
commit 8a3bdd5c4d

View File

@ -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