From 055eff6a6746635bf7657ffa5b06ac9e2f9cf3cf Mon Sep 17 00:00:00 2001 From: Sergey Magidovich Date: Mon, 7 Dec 2015 17:11:28 +0300 Subject: [PATCH] Remove comment from mercator.hpp --- geometry/mercator.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/geometry/mercator.hpp b/geometry/mercator.hpp index 71388e9b50..bd570b0119 100644 --- a/geometry/mercator.hpp +++ b/geometry/mercator.hpp @@ -1,10 +1,3 @@ -// @todo(vbykoianko) the mercator compilation unit is located in the indexer module for the time -// being. -// On the other hand it is not connected with indexer anywhere. -// The mercator unit is based on base, geometry. -// I guess indexer is not the best place for this compilation unit. -// I sugest considering moving this compiation unit to another place. Probably to geometry. - #pragma once #include "geometry/latlon.hpp" #include "geometry/point2d.hpp"