소스 검색

Code cleanup

Tatsuhiro Tsujikawa 13 년 전
부모
커밋
c186e93488
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/FtpConnection.h

+ 0 - 4
src/FtpConnection.h

@@ -74,10 +74,6 @@ private:
   (int status, const std::string& buf) const;
   bool bulkReceiveResponse(std::pair<int, std::string>& response);
 
-  static const std::string A;
-
-  static const std::string I;
-
   //prepare for large banners
   static const size_t MAX_RECV_BUFFER = 65536;
 public: