pager_file overrides write_async_safe but does so in the same way as
its superclass. So, remove the unnecessary override.
Approved-By: Andrew Burgess <aburgess@redhat.com>
void puts (const char *str) override;
- void write_async_safe (const char *buf, long length_buf) override
- {
- m_stream->write_async_safe (buf, length_buf);
- }
-
void emit_style_escape (const ui_file_style &style) override;
void flush () override;