Removed unused function declaration.

pull/1/head
Tatsuhiro Tsujikawa 2011-08-07 01:11:28 +09:00
parent 0f349773f5
commit b3b67f440b
1 changed files with 0 additions and 2 deletions

View File

@ -116,8 +116,6 @@ private:
std::vector<SharedHandle<Authenticator> > authenticators_;
void storeAuthenticator(const SharedHandle<Authenticator>& authenticator);
std::string getRequiredNextToken(std::ifstream& f) const;
public:
Netrc();