]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/buffer.h: removed unneeded list destructor 6456/head
authorMichal Jarzabek <stiopa@gmail.com>
Tue, 3 Nov 2015 20:29:49 +0000 (20:29 +0000)
committerMichal Jarzabek <stiopa@gmail.com>
Tue, 3 Nov 2015 20:32:14 +0000 (20:32 +0000)
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/include/buffer.h

index f28bc5e86a7787b982259607ebacd07cf27d5cfd..c2e4d27d84f58940045aa01e0894df7e3127472f 100644 (file)
@@ -360,7 +360,7 @@ public:
       append_buffer = buffer::create(prealloc);
       append_buffer.set_length(0);   // unused, so far.
     }
-    ~list() {}
+
     list(const list& other) : _buffers(other._buffers), _len(other._len),
                              _memcopy_count(other._memcopy_count), last_p(this) {
       make_shareable();