mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
src/include:fix unused parameter
fixes unused parameter Signed-off-by: Mahati Chamarthy <mahati.chamarthy@intel.com>
This commit is contained in:
parent
a778cc701f
commit
4b848c205a
@ -290,7 +290,7 @@ namespace buffer CEPH_BUFFER_API {
|
||||
return begin();
|
||||
}
|
||||
const_iterator begin_deep(size_t offset=0) const {
|
||||
return const_iterator(this, 0, true);
|
||||
return const_iterator(this, offset, true);
|
||||
}
|
||||
|
||||
// misc
|
||||
|
Loading…
Reference in New Issue
Block a user