From: Brad Hubbard Date: Tue, 1 Mar 2016 01:35:52 +0000 (-0800) Subject: [rgw] RGWLib::env is not used so remove it X-Git-Tag: v10.1.0~167^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0bd82d3d1dd64dee6edf40c8110bfd92e2e3d452;p=ceph.git [rgw] RGWLib::env is not used so remove it Coverity complains about RGWLib::env.port being uninitialised but RGWLib::env is not used at all so just remove it. Signed-off-by: Brad Hubbard --- diff --git a/src/rgw/rgw_lib.h b/src/rgw/rgw_lib.h index bd59f6072e52..be5add4564af 100644 --- a/src/rgw/rgw_lib.h +++ b/src/rgw/rgw_lib.h @@ -25,7 +25,6 @@ namespace rgw { RGWLibFrontend* fe; OpsLogSocket* olog; RGWREST rest; // XXX needed for RGWProcessEnv - RGWProcessEnv env; RGWRados* store; public: