Review fixes

This commit is contained in:
Denis Koronchik
2017-09-01 17:15:12 +03:00
committed by Michael Krasnyk
parent c2fd64d3cc
commit 75bdf114be
3 changed files with 8 additions and 10 deletions
@@ -11,12 +11,6 @@ namespace osrm
{
namespace extractor
{
namespace detail
{
inline const char *checkedString(const char *str) { return str ? str : ""; }
} // namespace detail
struct ExtractionRelation
{