aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-18 11:40:44 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-18 11:40:44 +0000
commit22bfa76f85786a1bead494db1dbcdf0294333ab0 (patch)
treeadbef558afb0ba3cfcbefb42d96571803cf97314 /formats
parent29dd0c8e46fd8f07e3f9dd2727b052f699dba574 (diff)
Fix compiler warnings (bug #3367)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4832 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rwxr-xr-xformats/format_g723.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/formats/format_g723.c b/formats/format_g723.c
index 1c02ada17..0b061c20f 100755
--- a/formats/format_g723.c
+++ b/formats/format_g723.c
@@ -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;