src/hotspot/share/ci/ciBaseObject.hpp
changeset 54120 677cede5608e
parent 53244 9807daeb47c4
--- a/src/hotspot/share/ci/ciBaseObject.hpp	Tue Mar 12 15:42:32 2019 +0100
+++ b/src/hotspot/share/ci/ciBaseObject.hpp	Thu Mar 14 09:08:17 2019 +0100
@@ -54,10 +54,6 @@
 protected:
   uint     _ident;
 
-  enum { FLAG_BITS   = 1 };
-  enum {
-         SCAVENGABLE_FLAG = 1
-       };
 protected:
   ciBaseObject(): _ident(0) {}