]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove unused label 'done' (compiler warning)
authorGreg Farnum <gregf@hq.newdream.net>
Fri, 23 Jul 2010 23:29:50 +0000 (16:29 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Mon, 26 Jul 2010 23:13:11 +0000 (16:13 -0700)
src/rgw/rgw_fs.cc

index 044e761510f764cadf0ce54d7eb8658cded04698..c71d657652c9008e9941f7c953b8526870cc2c27 100644 (file)
@@ -508,7 +508,6 @@ int RGWFS::prepare_get_obj(std::string& bucket, std::string& obj,
 
   *total_size = (max_len > 0 ? max_len : 0);
   r = 0;
-done:
   return r;
 
 done_err: