Ignore:
Timestamp:
Jan 19, 2017 10:31:38 AM (7 years ago)
Author:
riza
Message:

Close #1919: Clear unused-variable warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_cli.c

    r5461 r5535  
    208208    if (app_config.cli_cfg.cli_fe & CLI_FE_TELNET) { 
    209209        pj_cli_telnet_cfg *fe_cfg = &app_config.cli_cfg.telnet_cfg; 
    210         pj_pool_t *pool; 
    211  
    212         pool = pj_pool_create(cfg->pf, "cli_cp", 128, 128, NULL); 
    213         pj_assert(pool); 
    214210 
    215211        status = pj_cli_telnet_create(cli, fe_cfg, &telnet_front_end); 
Note: See TracChangeset for help on using the changeset viewer.