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:
Diffstat (limited to 'stats/client/event_writer.cpp')
-rw-r--r--stats/client/event_writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/client/event_writer.cpp b/stats/client/event_writer.cpp
index 83d5ff8c83..103ce5807b 100644
--- a/stats/client/event_writer.cpp
+++ b/stats/client/event_writer.cpp
@@ -8,7 +8,7 @@ namespace stats
{
EventWriter::EventWriter(string const & uniqueClientId, string const & dbPath)
- : m_cnt(0), m_db(0), m_path(dbPath), m_uid(0)
+ : /*m_cnt(0), m_db(0), */m_path(dbPath)/*, m_uid(0)*/
{
}