projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c162c
)
Remove unused variable j.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Jan 2008 22:53:25 +0000
(22:53 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Jan 2008 22:53:25 +0000
(22:53 +0000)
Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/tree.c
patch
|
blob
|
blame
|
history
diff --git
a/libavutil/tree.c
b/libavutil/tree.c
index
e41218f
..
b6d0439
100644
(file)
--- 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++){