diff Core/HttpClient.h @ 707:203157cb4fde

unit tests of httpclient
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Feb 2014 14:37:35 +0100
parents 2d0a347e8cfc
children cc4ff680e2a0
line wrap: on
line diff
--- a/Core/HttpClient.h	Thu Feb 13 12:46:39 2014 +0100
+++ b/Core/HttpClient.h	Thu Feb 13 14:37:35 2014 +0100
@@ -115,8 +115,6 @@
       return lastStatus_;
     }
 
-    const char* GetLastStatusText() const;
-
     void SetCredentials(const char* username,
                         const char* password);