From e36f0f03cc6ec103c236ef2199039f054a1e13fc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 8 Jan 2008 22:57:03 +0000 Subject: Remove unused variable i. Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tools/trasher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/trasher.c b/tools/trasher.c index a9d27736db..cc9f368fb4 100644 --- a/tools/trasher.c +++ b/tools/trasher.c @@ -9,7 +9,7 @@ int main(int argc, char** argv) FILE *f= fopen(argv[1], "rb+"); int count= atoi(argv[2]); int maxburst= atoi(argv[3]); - int length, i; + int length; srand (time (0)); -- cgit v1.2.3