ソースを参照

Removed unused function declaration.

Tatsuhiro Tsujikawa 14 年 前
コミット
b3b67f440b
1 ファイル変更0 行追加2 行削除
  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();