From 95fd29d51de71c2a861925be5227fa4a32bcaf3f Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 2 Apr 2007 18:00:45 +0000 Subject: Enable all tests in pjnath-test git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1129 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/include/pjnath/ice_session.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pjnath/include') diff --git a/pjnath/include/pjnath/ice_session.h b/pjnath/include/pjnath/ice_session.h index 36ad1b27..14b9e3d3 100644 --- a/pjnath/include/pjnath/ice_session.h +++ b/pjnath/include/pjnath/ice_session.h @@ -606,9 +606,6 @@ PJ_DECL(pj_status_t) pj_ice_sess_add_cand(pj_ice_sess *ice, int addr_len, unsigned *p_cand_id); -#if 0 -/* Temporarily disabled to reduce size, since we don't need this yet */ - /** * Find default candidate for the specified component ID, using this * rule: @@ -626,7 +623,6 @@ PJ_DECL(pj_status_t) pj_ice_sess_add_cand(pj_ice_sess *ice, PJ_DECL(pj_status_t) pj_ice_sess_find_default_cand(pj_ice_sess *ice, unsigned comp_id, int *p_cand_id); -#endif /** * Pair the local and remote candidates to create check list. Application -- cgit v1.2.3