Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgw: Remove unused Parameter in Function RGWConf::init() #17129

Merged
merged 1 commit into from Sep 3, 2017
Merged

rgw: Remove unused Parameter in Function RGWConf::init() #17129

merged 1 commit into from Sep 3, 2017

Conversation

C2python
Copy link

Signed-off-by: Wen Zhang zhangwen1@unionpay.com

Signed-off-by: Wen Zhang <zhangwen1@unionpay.com>
@C2python
Copy link
Author

C2python commented Sep 1, 2017

Jenkins Retest please

@C2python
Copy link
Author

C2python commented Sep 1, 2017

@xiexingguo Could you review it? Tks~

@xiexingguo
Copy link
Member

I am forwarding this to @joscollin

@joscollin
Copy link
Member

Jenkins retest this please

@joscollin
Copy link
Member

Jenkins retest this please

@@ -385,7 +385,7 @@ class RGWEnv;
class RGWConf {
friend class RGWEnv;
protected:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop protected as it is not being used and RGWEnv is a friend of RGWConf.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

protected has been dropped in patch #17432

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@C2python Yes. As your response got delayed, I have submitted that in my patch. I will continue the review of this. Thanks.

Copy link
Member

@joscollin joscollin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants