]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Get rid of silly unused parameter
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 12 Sep 2011 22:47:24 +0000 (15:47 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 13 Sep 2011 20:34:59 +0000 (13:34 -0700)
commit9a0f55d1b20f33b3bf270f52733205009bb580db
tree6e174b4d5ca774cc1d26a49a2467ebd1841ae321
parent8e141f4a267e5ab0cd9b707dda72bba9a99fb094
Get rid of silly unused parameter

Apparently we were passing a string to the function so it could do:
rs = rs;

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/tools/ceph.cc
src/tools/common.cc