diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.c++/templates.cc | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0282d2e..365b7c82 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-01-30 Kevin Buettner <kevinb@redhat.com> + + * gdb.c++/templates.cc (printf): Remove unused function definition. + 2001-01-17 Ben Elliston <bje@redhat.com> * config/sid.exp: New file. 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: |