Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-09 01:53:25 +0300
committerDiego Biurrun <diego@biurrun.de>2008-01-09 01:53:25 +0300
commita005768d25647bf6e9d66eeb15e28c532b4ff40e (patch)
tree14cae8a9ba931222310346614a5e119660762c91 /libavutil/tree.c
parent38c162c1a9badd0d7225f64165c87cf184e9967a (diff)
Remove unused variable j.
Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/tree.c')
-rw-r--r--libavutil/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/tree.c b/libavutil/tree.c
index e41218fecc..b6d043963c 100644
--- a/libavutil/tree.c
+++ b/libavutil/tree.c
@@ -155,7 +155,7 @@ int cmp(const void *a, const void *b){
}
int main(void){
- int i,j,k;
+ int i,k;
AVTreeNode *root= NULL, *node=NULL;
for(i=0; i<10000; i++){