src/share/vm/opto/type.hpp

changeset 1515
7c57aead6d3e
parent 1444
03b336640699
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/opto/type.hpp	Fri Nov 27 07:56:58 2009 -0800
     1.2 +++ b/src/share/vm/opto/type.hpp	Thu Nov 12 09:24:21 2009 -0800
     1.3 @@ -847,9 +847,6 @@
     1.4    // Constant pointer to array
     1.5    static const TypeAryPtr *make( PTR ptr, ciObject* o, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id = InstanceBot);
     1.6  
     1.7 -  // Convenience
     1.8 -  static const TypeAryPtr *make(ciObject* o);
     1.9 -
    1.10    // Return a 'ptr' version of this type
    1.11    virtual const Type *cast_to_ptr_type(PTR ptr) const;
    1.12  

mercurial