From b3b67f440b286962d3ceb3b8db016c0c33efebf5 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 7 Aug 2011 01:11:28 +0900 Subject: [PATCH] Removed unused function declaration. --- src/Netrc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Netrc.h b/src/Netrc.h index 57e1efc0..720822fd 100644 --- a/src/Netrc.h +++ b/src/Netrc.h @@ -116,8 +116,6 @@ private: std::vector > authenticators_; void storeAuthenticator(const SharedHandle& authenticator); - - std::string getRequiredNextToken(std::ifstream& f) const; public: Netrc();