]> arthur.barton.de Git - netatalk.git/commitdiff
psf, remove unused static stuff
authordidg <didg>
Fri, 16 Oct 2009 01:50:50 +0000 (01:50 +0000)
committerdidg <didg>
Fri, 16 Oct 2009 01:50:50 +0000 (01:50 +0000)
etc/psf/psf.c

index b0a21b09a7fe27a2cb2e3348dcf72d30df216d6d..535daeead5fce3ee5991594138087449396b6ea6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: psf.c,v 1.12 2009-10-14 02:24:05 didg Exp $
+ * $Id: psf.c,v 1.13 2009-10-16 01:50:50 didg Exp $
  *
  * Copyright (c) 1990,1995 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
@@ -76,7 +76,6 @@ static char           *filtargv[] = { NULL, NULL, NULL };
 static char            inbuf[ 1024 * 8 ];
 static int             inlen;
 
-static FILE            *acctfile = NULL;
 static int             literal;
 static int             width = 80, length = 66, indent = 0;
 static char            *prog, *name, *host;