diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-01-30 16:45:23 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-01-30 16:45:23 +0000 |
commit | 1de8f0232cc15f672d262c6bb4e96d14e47668f2 (patch) | |
tree | 62be456cb17097fbf5bb65ce2bd1dc0c5f1d2130 /gdb/testsuite/gdb.c++/templates.cc | |
parent | 3fab46d0e9bb77907b618b9fb0854a5ad1808536 (diff) | |
download | binutils-1de8f0232cc15f672d262c6bb4e96d14e47668f2.zip binutils-1de8f0232cc15f672d262c6bb4e96d14e47668f2.tar.gz binutils-1de8f0232cc15f672d262c6bb4e96d14e47668f2.tar.bz2 |
Remove unused printf() definition.
Diffstat (limited to 'gdb/testsuite/gdb.c++/templates.cc')
-rw-r--r-- | gdb/testsuite/gdb.c++/templates.cc | 8 |
1 files changed, 4 insertions, 4 deletions
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: |