mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8309286: G1: Remove unused G1HeapRegionAttr::is_valid_gen
Reviewed-by: tschatzl
This commit is contained in:
@@ -101,7 +101,6 @@ public:
|
||||
#ifdef ASSERT
|
||||
bool is_default() const { return type() == NotInCSet; }
|
||||
bool is_valid() const { return (type() >= Optional && type() < Num); }
|
||||
bool is_valid_gen() const { return (type() >= Young && type() <= Old); }
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user