Remove unused printf() definition.

This commit is contained in:
Kevin Buettner 2001-01-30 16:45:23 +00:00
parent 3fab46d0e9
commit 1de8f0232c
2 changed files with 8 additions and 4 deletions

View File

@ -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.

View File

@ -283,10 +283,10 @@ void h(long double = 4.33e33)
{ }
#endif
*/
void printf(const char *format, ... )
{
// elipsis
}
class T1 {
public: