Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-04-16 21:04:40 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:15:55 +0300
commitb4460f35fe1af6858bde3bad037316b50224e47d (patch)
treefdd83cfc6d4576dbbfb82dfb47f0a818224c197c /std/ctime.hpp
parenta420c129b6bbb613d9fc25cd7ac0981029a62bfa (diff)
Remove clock() from ctime.hpp
Diffstat (limited to 'std/ctime.hpp')
-rw-r--r--std/ctime.hpp1
1 files changed, 0 insertions, 1 deletions
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 <ctime>
-using std::clock;
using std::time;
#ifdef DEBUG_NEW