mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Remove unused printf() definition.
This commit is contained in:
@ -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>
|
2001-01-17 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* config/sid.exp: New file.
|
* config/sid.exp: New file.
|
||||||
|
@ -283,10 +283,10 @@ void h(long double = 4.33e33)
|
|||||||
{ }
|
{ }
|
||||||
#endif
|
#endif
|
||||||
*/
|
*/
|
||||||
void printf(const char *format, ... )
|
|
||||||
{
|
|
||||||
// elipsis
|
|
||||||
}
|
|
||||||
|
|
||||||
class T1 {
|
class T1 {
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user