mirror of
https://github.com/ceph/ceph
synced 2025-03-22 10:17:23 +00:00
Merge pull request #34203 from majianpeng/bluefs-remove-unused-func
os/bluestore: remove unused func. Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
44842fcd6a
@ -236,9 +236,6 @@ public:
|
||||
void skip(size_t n) {
|
||||
pos += n;
|
||||
}
|
||||
void seek(uint64_t offset) {
|
||||
pos = offset;
|
||||
}
|
||||
};
|
||||
|
||||
struct FileReader {
|
||||
|
Loading…
Reference in New Issue
Block a user