From: Amos Jeffries Date: Tue, 8 Sep 2015 15:50:19 +0000 (-0700) Subject: Remove unnecessary ctot deletion X-Git-Tag: SQUID_4_0_1~21^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e7c52d9d4402502e3c2a6e354096895b51ab1d7;p=thirdparty%2Fsquid.git Remove unnecessary ctot deletion --- diff --git a/src/auth/CredentialsCache.h b/src/auth/CredentialsCache.h index 5fd40059d6..8c2b9c0b47 100644 --- a/src/auth/CredentialsCache.h +++ b/src/auth/CredentialsCache.h @@ -28,11 +28,10 @@ private: typedef std::unordered_map StoreType; public: - CredentialsCache() = delete; explicit CredentialsCache(const char *name); ~CredentialsCache() = default; - CredentialsCache(const CredentialsCache& ) = delete; + CredentialsCache(const CredentialsCache&) = delete; CredentialsCache& operator=(const CredentialsCache&) = delete; /// obtain pointer to user if present, or Pointer(nullptr) if not