Remove unused call to process().

This commit is contained in:
Aleric Inglewood
2012-07-17 08:01:06 +02:00
parent 9deb3e433c
commit 900e533b4b
3 changed files with 0 additions and 17 deletions

View File

@@ -50,8 +50,6 @@ class Request {
bool getByteRange(std::string const& url, headers_t const& headers, S32 offset, S32 length, ResponderPtr responder);
bool post(std::string const& url, headers_t const& headers, std::string const& data, ResponderPtr responder, S32 time_out = 0);
bool post(std::string const& url, headers_t const& headers, LLSD const& data, ResponderPtr responder, S32 time_out = 0);
S32 process(void);
};
} // namespace AICurlInterface