From 573d228c9a38542f772995d675be883b2097aaa7 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Fri, 2 Jul 1999 20:46:03 +0000 Subject: [PATCH] Remove unused variable. Approved By: phk --- usr.bin/file2c/file2c.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 0bad9045fcb3..232d51b8c650 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id$ + * $Id: file2c.c,v 1.3 1997/02/22 19:55:01 peter Exp $ * */ @@ -16,7 +16,6 @@ int main(int argc, char **argv) { int i,j,k; - char s[10]; if (argc > 1) printf("%s\n",argv[1]);