[xiph-commits] r14083 - trunk/theora/tests
giles at svn.xiph.org
giles at svn.xiph.org
Wed Oct 31 16:26:25 PDT 2007
Author: giles
Date: 2007-10-31 16:26:25 -0700 (Wed, 31 Oct 2007)
New Revision: 14083
Modified:
trunk/theora/tests/comment-test.c
Log:
Remove another unused variable.
Modified: trunk/theora/tests/comment-test.c
===================================================================
--- trunk/theora/tests/comment-test.c 2007-10-31 23:26:00 UTC (rev 14082)
+++ trunk/theora/tests/comment-test.c 2007-10-31 23:26:25 UTC (rev 14083)
@@ -29,7 +29,7 @@
test_comments ()
{
theora_comment tc;
- int i, n;
+ int n;
char * value;
INFO ("+ Initializing theora_comment");
More information about the commits
mailing list