chore: re-enable readability-redundant-access-specifiers warning (#3685)

This commit is contained in:
Charles Kerr 2022-08-20 14:49:11 -05:00 committed by GitHub
parent 5bcbb7e34b
commit 4b615572c3
3 changed files with 0 additions and 4 deletions

View File

@ -33,4 +33,3 @@ Checks: >
-readability-identifier-length,
-readability-magic-numbers,
-readability-qualified-auto,
-readability-redundant-access-specifiers,

View File

@ -179,7 +179,6 @@ private:
}
}
private:
int infd_ = -1;
int inwd_ = -1;
struct bufferevent* event_ = nullptr;

View File

@ -176,7 +176,6 @@ public:
queued_tasks_cv.notify_one();
}
private:
class Task
{
private:
@ -544,7 +543,6 @@ private:
impl->is_closed_ = true;
}
private:
std::shared_ptr<CURLSH> const curlsh_{ curl_share_init(), curl_share_cleanup };
std::mutex queued_tasks_mutex;