add last backwards-compatible version
This commit is contained in:
@@ -38,13 +38,6 @@ public:
|
||||
t_filetimestamp get_timestamp(abort_callback & p_abort) { return m_file->get_timestamp(p_abort); }
|
||||
|
||||
void reopen(abort_callback & p_abort) {
|
||||
#if PFC_DEBUG
|
||||
auto pos = get_position(p_abort);
|
||||
FB2K_console_formatter() << "pretend nonseekable reader reopen @ " << pos;
|
||||
if ( pos > 0 ) {
|
||||
pfc::nop();
|
||||
}
|
||||
#endif
|
||||
m_file->reopen(p_abort);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user