diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0282d2e5278..365b7c82e14 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-01-30 Kevin Buettner + + * gdb.c++/templates.cc (printf): Remove unused function definition. + 2001-01-17 Ben Elliston * config/sid.exp: New file. diff --git a/gdb/testsuite/gdb.c++/templates.cc b/gdb/testsuite/gdb.c++/templates.cc index ce4481a2fb4..12e102ffccc 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: