From: chakradhar pogiri Date: Wed, 23 Jun 2021 06:58:21 +0000 (+0530) Subject: removing unused values X-Git-Tag: accepted/tizen/6.5/unified/20211028.102545^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_7.0_hotfix;p=platform%2Fcore%2Flocation%2Flbs-location.git removing unused values Change-Id: I06258192b616ff8871bebe2771d42a7b902e61c1 --- 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; }