浏览代码

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