Code cleanup

pull/28/head
Tatsuhiro Tsujikawa 2012-09-25 22:02:58 +09:00
parent c16cebbc9a
commit c186e93488
1 changed files with 0 additions and 4 deletions

View File

@ -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: