Jelajahi Sumber

ims_isc: removed unused variable

Daniel-Constantin Mierla 11 tahun lalu
induk
melakukan
c0794dfa98
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      modules/ims_isc/mod.c

+ 0 - 1
modules/ims_isc/mod.c

@@ -56,7 +56,6 @@ struct tm_binds isc_tmb;
 usrloc_api_t isc_ulb; /*!< Structure containing pointers to usrloc functions*/
 
 /* fixed parameter storage */
-char *isc_my_uri_c; /**< Uri of myself to loop the message*/
 str isc_my_uri = str_init("scscf.ims.smilecoms.com:6060"); /**< Uri of myself to loop the message in str	*/
 str isc_my_uri_sip = {0, 0}; /**< Uri of myself to loop the message in str with leading "sip:" */
 int isc_expires_grace = 120; /**< expires value to add to the expires in the 3rd party register*/