hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 16692 b6d3c26b2192
parent 16617 6235d2c7549f
child 17073 99baa410e207
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Wed Apr 10 09:52:49 2013 +0200
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Thu Apr 11 09:08:15 2013 -0700
@@ -150,7 +150,6 @@
     void set_contended_group(u2 group) { _contended_group = group; }
     u2 contended_group() { return _contended_group; }
 
-    void set_contended(bool contended) { set_annotation(_sun_misc_Contended); }
     bool is_contended() { return has_annotation(_sun_misc_Contended); }
   };