diff options
author | billf <billf@FreeBSD.org> | 1999-07-02 20:46:03 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-07-02 20:46:03 +0000 |
commit | 36415d9fe3630a2dc03f3022f2f845bf2d813e86 (patch) | |
tree | c9df9b9be6eb48ae01316f529d1c7e6e2c837b55 /usr.bin/file2c/file2c.c | |
parent | 2b045d409d22ece77bb082c730e90280cb49e4f3 (diff) | |
download | FreeBSD-src-36415d9fe3630a2dc03f3022f2f845bf2d813e86.zip FreeBSD-src-36415d9fe3630a2dc03f3022f2f845bf2d813e86.tar.gz |
Remove unused variable.
Approved By: phk
Diffstat (limited to 'usr.bin/file2c/file2c.c')
-rw-r--r-- | usr.bin/file2c/file2c.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 0bad904..232d51b 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]); |