Fix compiler warnings (bug #3367)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-01-18 11:40:44 +00:00
parent 8b0d0923b4
commit b2c110329f
2 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,6 @@ static void g723_close(struct ast_filestream *s)
static int g723_write(struct ast_filestream *fs, struct ast_frame *f)
{
struct timeval now;
u_int32_t delay;
u_int16_t size;
int res;