Merge pull request from majianpeng/bluefs-remove-unused-func

os/bluestore: remove unused func.

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2020-03-29 22:18:02 +08:00 committed by GitHub
commit 44842fcd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,9 +236,6 @@ public:
void skip(size_t n) {
pos += n;
}
void seek(uint64_t offset) {
pos = offset;
}
};
struct FileReader {