From dc98ff81b1c3d27b497aef3aa0c04cfaaa8fe4df Mon Sep 17 00:00:00 2001 From: chakradhar pogiri Date: Wed, 23 Jun 2021 12:28:21 +0530 Subject: [PATCH] removing unused values Change-Id: I06258192b616ff8871bebe2771d42a7b902e61c1 --- location/manager/location-boundary.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/location/manager/location-boundary.c b/location/manager/location-boundary.c index 05a2b6c..1b1f0a6 100644 --- a/location/manager/location-boundary.c +++ b/location/manager/location-boundary.c @@ -404,9 +404,6 @@ location_boundary_on_path(LocationBoundary *boundary, LocationPosition *position } pos2_list = pos1_list; pos1_list = g_list_next(pos1_list); - lat2 = lat1; - lon2 = lon1; - x2 = x1; } if(_position) location_position_free(_position); break; @@ -490,9 +487,6 @@ location_boundary_on_path(LocationBoundary *boundary, LocationPosition *position } pos2_list = pos1_list; pos1_list = g_list_next(pos1_list); - lat2 = lat1; - lon2 = lon1; - x2 = x1; } break; } -- 2.7.4