mirror of
https://github.com/transmission/transmission
synced 2025-03-13 07:33:02 +00:00
chore: re-enable readability-redundant-access-specifiers warning (#3685)
This commit is contained in:
parent
5bcbb7e34b
commit
4b615572c3
3 changed files with 0 additions and 4 deletions
|
@ -33,4 +33,3 @@ Checks: >
|
|||
-readability-identifier-length,
|
||||
-readability-magic-numbers,
|
||||
-readability-qualified-auto,
|
||||
-readability-redundant-access-specifiers,
|
||||
|
|
|
@ -179,7 +179,6 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
private:
|
||||
int infd_ = -1;
|
||||
int inwd_ = -1;
|
||||
struct bufferevent* event_ = nullptr;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue