]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed unused methods.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 22 Apr 2016 17:11:54 +0000 (11:11 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 22 Apr 2016 17:11:54 +0000 (11:11 -0600)
src/ssl/bio.h

index 5e183d71729adb5f6dd346cf49e79e21dd271c27..4b05235bb511efc4445c91e78cef3f485415c27f 100644 (file)
@@ -146,11 +146,6 @@ public:
 
     /// Return the TLS Details advertised by TLS server.
     const Security::TlsDetails::Pointer &receivedHelloDetails() const {return parser_.details;}
-    /// Return true if the Server hello message received
-    bool gotHello() const { return (parser_.parseDone && !parser_.parseError); }
-
-    /// Return true if the Server Hello parsing failed
-    bool gotHelloFailed() const { return (parser_.parseDone && parser_.parseError); }
 
     const Ssl::X509_STACK_Pointer &serverCertificatesIfAny() { return parser_.serverCertificates; } /* XXX: may be nil */