]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
MemStore.cc: silence gcc -Wunused-variable
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 4 Jun 2014 22:12:01 +0000 (00:12 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 4 Jun 2014 22:12:01 +0000 (00:12 +0200)
commite24213ed26d6ecf0b88a5760e79fb3417f87cce8
tree39c81746a3654c2fe2682655536316a6f54d3d31
parentcac902e3d396e7102fdeaa5a71782743e0f5376f
MemStore.cc: silence gcc -Wunused-variable

Don't assign return value of i.get_length() to a variable until
they are really used. Added comment on what is the intention of
the variables.

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