From b4460f35fe1af6858bde3bad037316b50224e47d Mon Sep 17 00:00:00 2001 From: Yury Melnichek Date: Sat, 16 Apr 2011 19:04:40 +0200 Subject: [PATCH] Remove clock() from ctime.hpp --- std/ctime.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/std/ctime.hpp b/std/ctime.hpp index 95aead6a47..d85233d54d 100644 --- a/std/ctime.hpp +++ b/std/ctime.hpp @@ -7,7 +7,6 @@ #include -using std::clock; using std::time; #ifdef DEBUG_NEW