From 49c21837fdb457cc7138a4e1162426db7ac008a6 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Fri, 23 Jul 2010 16:29:50 -0700 Subject: [PATCH] rgw: remove unused label 'done' (compiler warning) --- src/rgw/rgw_fs.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rgw/rgw_fs.cc b/src/rgw/rgw_fs.cc index 044e761510f76..c71d657652c90 100644 --- a/src/rgw/rgw_fs.cc +++ b/src/rgw/rgw_fs.cc @@ -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: -- 2.39.5