summaryrefslogtreecommitdiff
path: root/storage/innobase/include/log0log.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/log0log.h')
-rw-r--r--storage/innobase/include/log0log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/include/log0log.h b/storage/innobase/include/log0log.h
index bd72a1da472..9883c30c783 100644
--- a/storage/innobase/include/log0log.h
+++ b/storage/innobase/include/log0log.h
@@ -531,7 +531,6 @@ struct log_t{
file_io& operator=(const file_io&&)= delete;
virtual ~file_io() {}
- virtual dberr_t open(const char* path)= 0;
virtual dberr_t close()= 0;
virtual dberr_t read(os_offset_t offset, span<byte> buf)= 0;
virtual dberr_t write(const char *path, os_offset_t offset,