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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-10-24 16:09:34 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-10-24 19:20:02 +0300
commit83ad7eacd0185815d75ecd6d240c1939305f72ce (patch)
treeac8c3c7ea89814f03b70473bb3f08247c8c33127 /local_ads
parent8ab3a1f5bf39bb6fa148ecf605d11583b37c82b5 (diff)
Review fixes.
Diffstat (limited to 'local_ads')
-rw-r--r--local_ads/statistics.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/local_ads/statistics.cpp b/local_ads/statistics.cpp
index 2d65a3eefd..1d30f7a453 100644
--- a/local_ads/statistics.cpp
+++ b/local_ads/statistics.cpp
@@ -198,8 +198,6 @@ std::vector<uint8_t> SerializeForServer(std::list<local_ads::Event> const & even
ASSERT(!events.empty(), ());
auto root = base::NewJSONObject();
ToJSONObject(*root, "userId", userId);
- static std::string offlineId = GetPlatform().MacAddress(true /* md5Decoded */);
- ToJSONObject(*root, "offlineId", offlineId);
ToJSONObject(*root, "countryId", events.front().m_countryId);
ToJSONObject(*root, "mwmVersion", events.front().m_mwmVersion);
auto eventsNode = base::NewJSONArray();