Removes Base64 Unit Test Dead Code.

- https://github.com/Project-OSRM/osrm-backend/pull/2139
- 6c9ddde682
This commit is contained in:
Daniel J. Hofmann 2017-01-17 10:15:38 +01:00 committed by Daniel J. H
parent d0f1347ff1
commit e4dc2aa45c

View File

@ -10,14 +10,6 @@
BOOST_AUTO_TEST_SUITE(guidance_assembly)
BOOST_AUTO_TEST_CASE(rfc4648_test_vectors)
{
using namespace osrm::engine::guidance;
using namespace osrm::engine;
// TODO(daniel-j-h):
}
BOOST_AUTO_TEST_CASE(trim_short_segments)
{
using namespace osrm::extractor::guidance;