fix a little warning.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@111 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2005-12-10 18:19:54 +00:00
parent dda6be49dd
commit 8192167589
1 changed files with 0 additions and 1 deletions

View File

@ -769,7 +769,6 @@ static void print_info(struct private_object *tech_pvt, char *out, size_t outlen
static switch_status call_info(char *callid, char *out, size_t outlen)
{
struct private_object *tech_pvt;
char tmp[50];
switch_hash_index_t* hi;
void *val;
if (!callid || !strcasecmp(callid, "all")) {