remove code

This commit is contained in:
Anthony Minessale 2012-10-19 17:09:33 -04:00
parent 7b7254ac93
commit b8bef3eeb3
2 changed files with 0 additions and 3 deletions

View File

@ -740,7 +740,6 @@ struct private_object {
char *fmtp_out;
char *remote_sdp_str;
int crypto_tag;
int callstate;
unsigned char local_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN];
unsigned char remote_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN];
switch_rtp_crypto_key_type_t crypto_send_type;

View File

@ -6420,8 +6420,6 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
state_process:
tech_pvt->callstate = ss_state;
switch ((enum nua_callstate) ss_state) {
case nua_callstate_terminated:
case nua_callstate_terminating: