summaryrefslogtreecommitdiff
path: root/utils/loc_target.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/loc_target.cpp')
-rw-r--r--utils/loc_target.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/utils/loc_target.cpp b/utils/loc_target.cpp
index f116e5e..f6fd728 100644
--- a/utils/loc_target.cpp
+++ b/utils/loc_target.cpp
@@ -208,16 +208,3 @@ detected:
LOC_LOGW("HAL: %s returned %d", __FUNCTION__, gTarget);
return gTarget;
}
-
-/*Reads the property ro.lean to identify if this is a lean target
- Returns:
- 0 if not a lean and mean target
- 1 if this is a lean and mean target
-*/
-int loc_identify_lean_target()
-{
- char lean_target[PROPERTY_VALUE_MAX];
- property_get("ro.lean", lean_target, "");
- LOC_LOGD("%s:%d]: lean target: %s\n", __func__, __LINE__, lean_target);
- return !(strncmp(lean_target, "true", PROPERTY_VALUE_MAX));
-}