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 be13819..cce52b0 100644 (file)
@@ -3,8 +3,6 @@
 
 struct Foo
 {
-  Foo();
-  Foo(const Foo&);
     void call()
     {}
 };