diff options
author | Harikrishnan Hariharan <quic_hahariha@quicinc.com> | 2022-10-21 11:41:41 +0530 |
---|---|---|
committer | Harikrishnan Hariharan <quic_hahariha@quicinc.com> | 2022-10-21 11:41:50 +0530 |
commit | ee0fa20a1d35466b22264116eaeb957495ce6667 (patch) | |
tree | 5b738415dd104ede73fc0302be693557ad2cc3d5 /utils/gps_extended_c.h | |
parent | cf4eac65570a43c797a00abb68779f4757426499 (diff) |
Revert "Enable protected dynamic interface control"
This reverts commit cf4eac65570a43c797a00abb68779f4757426499.
Change-Id: I259635cec8f03c2354d1b1537a1d9cc136b7bcaa
CRs-Fixed: 3313257
Diffstat (limited to 'utils/gps_extended_c.h')
-rw-r--r-- | utils/gps_extended_c.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/gps_extended_c.h b/utils/gps_extended_c.h index fc10841..f368975 100644 --- a/utils/gps_extended_c.h +++ b/utils/gps_extended_c.h @@ -2422,13 +2422,6 @@ typedef uint64_t NetworkHandle; #define NETWORK_HANDLE_UNKNOWN ~0 #define MAX_NETWORK_HANDLES 10 -typedef enum { - ENGINE_LOCK_STATE_INVALID = 0, - ENGINE_LOCK_STATE_ENABLED = 1, /**< Location engine is enabled. */ - ENGINE_LOCK_STATE_DISABLED = 2, /**< location engine is disabled. */ - ENGINE_LOCK_STATE_MAX, -}EngineLockState; - #ifdef __cplusplus } #endif /* __cplusplus */ |