From 0bd82d3d1dd64dee6edf40c8110bfd92e2e3d452 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Mon, 29 Feb 2016 17:35:52 -0800 Subject: [PATCH] [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 --- src/rgw/rgw_lib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rgw/rgw_lib.h b/src/rgw/rgw_lib.h index bd59f6072e5..be5add4564a 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: