]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/bluestore/StupidAllocator.h
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / os / bluestore / StupidAllocator.h
index 0d50d73f42afdfe788715562328d01b59c957207..443b091350e168cdeb3f3caef24d0a6f17399f24 100644 (file)
@@ -31,10 +31,6 @@ class StupidAllocator : public Allocator {
   unsigned _choose_bin(uint64_t len);
   void _insert_free(uint64_t offset, uint64_t len);
 
-  uint64_t _aligned_len(
-    interval_set_t::iterator p,
-    uint64_t alloc_unit);
-
 public:
   StupidAllocator(CephContext* cct,
                   int64_t size,