From bd75fce348616a40f0273b162ddc2f6385d9d006 Mon Sep 17 00:00:00 2001 From: didg Date: Fri, 16 Oct 2009 01:50:50 +0000 Subject: [PATCH] psf, remove unused static stuff --- etc/psf/psf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/psf/psf.c b/etc/psf/psf.c index b0a21b09..535daeea 100644 --- a/etc/psf/psf.c +++ b/etc/psf/psf.c @@ -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; -- 2.39.2