Remove unused variable.

Approved By:	phk
This commit is contained in:
Bill Fumerola 1999-07-02 20:46:03 +00:00
parent 396641ab13
commit 573d228c9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48478

View File

@ -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]);