From be5e2d63a845bc3339ec2a9b655fa117b16f3748 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 6 Mar 2006 15:21:56 +0000 Subject: Fixed warnings in Linux build git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@301 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/pjsua/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pjsip-apps/src/pjsua') diff --git a/pjsip-apps/src/pjsua/main.c b/pjsip-apps/src/pjsua/main.c index d9bd3509..715fde8f 100644 --- a/pjsip-apps/src/pjsua/main.c +++ b/pjsip-apps/src/pjsua/main.c @@ -346,7 +346,6 @@ static void ui_input_url(const char *title, char *buf, int len, result->nb_result = atoi(buf); if (result->nb_result >= 0 && result->nb_result <= (int)pjsua.buddy_cnt) { - result->nb_result; return; } if (result->nb_result == -1) -- cgit v1.2.3