From: Sooyoung Ha Date: Tue, 14 Mar 2017 06:35:13 +0000 (+0900) Subject: source: remove unused const variables X-Git-Tag: accepted/tizen/common/20170315.124819^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_ivi;p=platform%2Fadaptation%2Femulator%2Fvmodem-daemon-emulator.git source: remove unused const variables Change-Id: I8c3e22879a3afa11ac20c2342d0aa8cf21ec0637 Signed-off-by: Sooyoung Ha --- diff --git a/vmodem/at/at_tx_misc.c b/vmodem/at/at_tx_misc.c index 9fdcdbb..acb70e8 100644 --- a/vmodem/at/at_tx_misc.c +++ b/vmodem/at/at_tx_misc.c @@ -42,8 +42,6 @@ int at_tx_misc_version(void *data, int len) return at_gen_resp_send(AT_GEN_ERR_NO_ERROR); } -static const int at_tx_max_serial_number_data = 0x20; - int at_tx_misc_me_serial(int sn_index, const void *sn, int len) { TRACE(MSGL_VGSM_INFO, "+CGSN resp %s\n", (char*)sn); diff --git a/vmodem/oem/oem_rx_network.c b/vmodem/oem/oem_rx_network.c index 9707fd1..e3ab66c 100644 --- a/vmodem/oem/oem_rx_network.c +++ b/vmodem/oem/oem_rx_network.c @@ -43,17 +43,6 @@ int oem_rx_net_reg_get(void) return server_rx_net_reg_get(); } -/* Update for public open */ -/* WIRELESS */ -static const unsigned char default_identity[64] = { - 0x01, 0x01, 0x00, 0x10, 0x02, 0xd7, 0xa4, 0xb4, 0xc8, 0x2c, - 0x4e, 0xa7, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x31, 0x31, 0x31, - 0x31, 0x23 }; - int oem_rx_net_current_plmn_get(void) { int ret;