revert unintended change
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 23:59:48 +0000 (23:59 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 23:59:48 +0000 (23:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23820 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/class.c

index de283ea..8adeac6 100644 (file)
@@ -1235,9 +1235,7 @@ add_method (type, fields, method)
                }
            }
 
-         if (TREE_VEC_ELT (method_vec, i))
-           /* We found a match.  */;
-         else if (DECL_CONV_FN_P (method))
+         if (DECL_CONV_FN_P (method))
            {
              /* Type conversion operators have to come before
                 ordinary methods; add_conversions depends on this to