hotspot/src/share/vm/ci/ciField.hpp
changeset 20017 81eba62e9048
parent 19770 7cb9f982ea81
child 22551 9bf46d16dcc6
--- a/hotspot/src/share/vm/ci/ciField.hpp	Tue Sep 17 23:12:27 2013 +0200
+++ b/hotspot/src/share/vm/ci/ciField.hpp	Fri Sep 13 22:38:02 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -53,9 +53,6 @@
   ciInstanceKlass* _known_to_link_with_get;
   ciConstant       _constant_value;
 
-  // Used for will_link
-  int              _cp_index;
-
   ciType* compute_type();
   ciType* compute_type_impl();