remove unnecessary bits from g++.dg/warn/pmf2.C
authorJason Merrill <jason@gcc.gnu.org>
Fri, 25 Jan 2013 20:27:54 +0000 (15:27 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 25 Jan 2013 20:27:54 +0000 (15:27 -0500)
From-SVN: r195477

gcc/testsuite/g++.dg/warn/pmf2.C

index be138190b0970396ae70917c113af0619f36bf44..cce52b0aa8c8b1ffd4ca714316bcb1ffe12b3b39 100644 (file)
@@ -3,8 +3,6 @@
 
 struct Foo
 {
-  Foo();
-  Foo(const Foo&);
     void call()
     {}
 };