Skip to content

Commit

Permalink
readjust macros.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Nov 18, 2024
1 parent c0460bb commit 6ef1f7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hotspot/share/utilities/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@
#define NOT_CDS_RETURN_(code) { return code; }
#endif // INCLUDE_CDS

#ifndef INCLUDE_LINK_TIME_OPTIMIZATION
#define INCLUDE_LINK_TIME_OPTIMIZATION 0
#endif

#ifndef INCLUDE_MANAGEMENT
#define INCLUDE_MANAGEMENT 1
#endif // INCLUDE_MANAGEMENT
Expand Down

0 comments on commit 6ef1f7d

Please sign in to comment.