From 1de8f0232cc15f672d262c6bb4e96d14e47668f2 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Tue, 30 Jan 2001 16:45:23 +0000 Subject: Remove unused printf() definition. --- gdb/testsuite/gdb.c++/templates.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gdb/testsuite/gdb.c++/templates.cc') diff --git a/gdb/testsuite/gdb.c++/templates.cc b/gdb/testsuite/gdb.c++/templates.cc index ce4481a..12e102f 100644 --- a/gdb/testsuite/gdb.c++/templates.cc +++ b/gdb/testsuite/gdb.c++/templates.cc @@ -283,10 +283,10 @@ void h(long double = 4.33e33) { } #endif */ -void printf(const char *format, ... ) -{ - // elipsis -} + + + + class T1 { public: -- cgit v1.1