diff Core/Toolbox.h @ 707:203157cb4fde

unit tests of httpclient
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Feb 2014 14:37:35 +0100
parents 01d8611c4a60
children 8cfc6119a5bd ecedd89055db
line wrap: on
line diff
--- a/Core/Toolbox.h	Thu Feb 13 12:46:39 2014 +0100
+++ b/Core/Toolbox.h	Thu Feb 13 14:37:35 2014 +0100
@@ -66,8 +66,6 @@
     void WriteFile(const std::string& content,
                    const std::string& path);
 
-    void Sleep(uint32_t seconds);
-
     void USleep(uint64_t microSeconds);
 
     void RemoveFile(const std::string& path);