From fa0d17c574d1720dcda8fcf2e1e0b63b73e43a30 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 3 May 2006 10:48:11 +0200 Subject: [PATCH] [PATCH] vmsplice2: warning fix --- vmsplice2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vmsplice2.c b/vmsplice2.c index a273496..54e76e2 100644 --- a/vmsplice2.c +++ b/vmsplice2.c @@ -122,7 +122,6 @@ int main(int argc, char *argv[]) char stack1[ASIZE], stack2[ASIZE], stack3[ASIZE]; char *h_s, *h_e, *b_s, *b_e, *f_s, *f_e; char *h, *b, *f; - int i; if (check_output_pipe()) return usage(argv[0]); -- 2.25.1