Przeglądaj źródła

Removed unused function declaration.

Tatsuhiro Tsujikawa 14 lat temu
rodzic
commit
b3b67f440b
1 zmienionych plików z 0 dodań i 2 usunięć
  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();