Merge "Add raw uncertainty to inject position api"

This commit is contained in:
Linux Build Service Account 2014-07-01 14:17:36 -07:00 committed by Gerrit - the friendly Code Review server
commit cccee0b97a

View file

@ -540,11 +540,6 @@ static int loc_inject_location(double latitude, double longitude, float accuracy
{
ENTRY_LOG();
if (accuracy < 1000)
{
accuracy = 1000;
}
int ret_val = 0;
ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);