forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
e6403fa7c9
commit
735166790e
3 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
|||
#include "routing_common/transit_stop.hpp"
|
||||
|
||||
#include "geometry/point2d.hpp"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
namespace routing
|
||||
|
|
|
@ -15,9 +15,9 @@ using FeatureId = uint32_t;
|
|||
|
||||
LineId constexpr kLineIdInvalid = std::numeric_limits<LineId>::max();
|
||||
StopId constexpr kStopIdInvalid = std::numeric_limits<StopId>::max();
|
||||
TransfersId constexpr kTransfersIdInvalid = std::numeric_limits<TransfersId>::max();
|
||||
TransfersId constexpr kTransferIdInvalid = std::numeric_limits<TransfersId>::max();
|
||||
NetworkId constexpr kNetworkIdInvalid = std::numeric_limits<NetworkId>::max();
|
||||
FeatureId constexpr kFeatureIdInvalid = std::numeric_limits<FeatureId>::max();
|
||||
|
||||
} // namespace transit
|
||||
} // namespace routing
|
||||
} // namespace routing
|
||||
|
|
|
@ -392,7 +392,6 @@
|
|||
671E787F1E6A3BE200B2859B /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
671E78AA1E6A3DA800B2859B /* Build configuration list for PBXNativeTarget "routing_common_tests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
|
@ -401,7 +400,6 @@
|
|||
671E78AC1E6A3DA800B2859B /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue