]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls_rbd.cc: remove another unused variable
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 28 Feb 2013 15:12:20 +0000 (16:12 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 28 Feb 2013 15:12:20 +0000 (16:12 +0100)
commit56777b0863bcecf97fc30946dc5c2daf2c9f7dad
tree3bb5c499d8029e44cb7ab199db716a9b7f650edd
parent9f98b80f2ec596dd99c3e1addd01403ff5f5514e
cls_rbd.cc: remove another unused variable

Remove 'new_snaps' since it only used for a sizeof() call,
get the size directly from the data type of new_snaps instead.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/cls/rbd/cls_rbd.cc