summaryrefslogtreecommitdiff
path: root/navit/navigation.c
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-04-29 22:03:44 -0700
committerJoseph Herlant <aerostitch@users.noreply.github.com>2018-04-30 09:05:18 -0700
commit01eb2df05b8d216206c05401d413d3d5601b333d (patch)
treeded7978516664261e4c4ee6a4ec24043e922e2bd /navit/navigation.c
parent4231cac78eebbc761a4a356292aa79693384254f (diff)
downloadnavit-01eb2df05b8d216206c05401d413d3d5601b333d.tar.gz
cleanup:global:Cleanup some unreachable code
Diffstat (limited to 'navit/navigation.c')
-rw-r--r--navit/navigation.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/navit/navigation.c b/navit/navigation.c
index 8ddee5a9d..b8fb16e6d 100644
--- a/navit/navigation.c
+++ b/navit/navigation.c
@@ -1982,9 +1982,6 @@ maneuver_required2 (struct navigation *nav, struct navigation_itm *old, struct n
dc = m.delta;
dbg(lvl_debug,"enter %p %p %p",old, new, maneuver);
-#if 0
- dbg(lvl_debug, "old=%s %s, new=%s %s, angle old=%d, angle new=%d, d=%i ", old->way.name, old->way.name_systematic, new->way.name, new->way.name_systematic, old->angle_end, new->way.angle2, d);
-#endif
if (!new->way.next || (new->way.next && (new->way.next->angle2 == new->way.angle2) && !new->way.next->next)) {
/* No announcement necessary (with extra magic to eliminate duplicate ways) */
r="no: Only one possibility";