summaryrefslogtreecommitdiff
path: root/utils/loc_cfg.h
diff options
context:
space:
mode:
authorKevin Tang <zhikait@codeaurora.org>2018-10-31 14:22:22 -0700
committerKevin Tang <zhikait@codeaurora.org>2018-10-31 22:31:03 -0700
commit84a25954a72d6120ab340a01b3c92f8a0f77920f (patch)
tree9b494e2e92c3ae86b4a9d0232338f50460d71f7d /utils/loc_cfg.h
parent21b9c4e47ed5811f53d764c38943e3b971bde5e8 (diff)
downloadgps-84a25954a72d6120ab340a01b3c92f8a0f77920f.tar.gz
remove LOC_MODEM_EMULATOR from gps.utils
Move LOC_MODEM_EMULATOR reading out of libgps.utils, as utils is being use by the whole world, and nobody but one cares about this valude. Change-Id: I95ad52222172c3f31e8013dd4d917713392e1a4d CRs-Fixed: 2343169
Diffstat (limited to 'utils/loc_cfg.h')
-rw-r--r--utils/loc_cfg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/loc_cfg.h b/utils/loc_cfg.h
index 3057abc..a8bdaed 100644
--- a/utils/loc_cfg.h
+++ b/utils/loc_cfg.h
@@ -133,8 +133,6 @@ extern const char LOC_PATH_QUIPC_CONF[];
int loc_read_process_conf(const char* conf_file_name, uint32_t * process_count_ptr,
loc_process_info_s_type** process_info_table_ptr);
-uint32_t loc_modem_emulator_enabled();
-
#ifdef __cplusplus
}
#endif