Remove unused 'waitcount'.

This commit is contained in:
MelwareDE 2006-02-12 21:28:54 +00:00
parent 7f8662840f
commit 57207fb2bd
1 changed files with 0 additions and 1 deletions

View File

@ -4000,7 +4000,6 @@ static int capi_ect(struct ast_channel *c, char *param)
char fac[8];
const char *id;
unsigned int plci = 0;
int waitcount = 200;
if ((id = pbx_builtin_getvar_helper(c, "CALLERHOLDID"))) {
plci = (unsigned int)strtoul(id, NULL, 0);