Parcourir la source

Removed unused function declaration.

Tatsuhiro Tsujikawa il y a 14 ans
Parent
commit
b3b67f440b
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/Netrc.h

+ 0 - 2
src/Netrc.h

@@ -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();