Tatsuhiro Tsujikawa 13 lat temu
rodzic
commit
c186e93488
1 zmienionych plików z 0 dodań i 4 usunięć
  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: