Merge pull request #7874 from badone/wip-coverity-rgw_lib-uninit

[rgw] RGWLib::env is not used so remove it

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
Yehuda Sadeh 2016-03-10 14:26:30 -08:00
commit adccab0154

View File

@ -25,7 +25,6 @@ namespace rgw {
RGWLibFrontend* fe;
OpsLogSocket* olog;
RGWREST rest; // XXX needed for RGWProcessEnv
RGWProcessEnv env;
RGWRados* store;
public: