diff options
Diffstat (limited to 'gdb/ui-file.c')
-rw-r--r-- | gdb/ui-file.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/ui-file.c b/gdb/ui-file.c index 57fc05a..d30ec04 100644 --- a/gdb/ui-file.c +++ b/gdb/ui-file.c @@ -131,12 +131,6 @@ ui_file::printchar (int c, int quoter, bool async_safe) this->write (buf, out); } -void -ui_file::wrap_here (int indent) -{ - ::wrap_here (indent); -} - void |