diff options
author | 2014-10-13 20:55:16 +0000 | |
---|---|---|
committer | 2014-10-13 20:55:16 +0000 | |
commit | 187b5e5f0b777fafdbf1f372231936226ff8cb41 (patch) | |
tree | d7921464d2578b9cca566f53db61430edb4370b1 | |
parent | remove unused variable (diff) | |
download | wireguard-openbsd-187b5e5f0b777fafdbf1f372231936226ff8cb41.tar.xz wireguard-openbsd-187b5e5f0b777fafdbf1f372231936226ff8cb41.zip |
remove unused variable
ok guenther@
-rw-r--r-- | bin/csh/proc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/csh/proc.c b/bin/csh/proc.c index c8d918ef453..318573e434c 100644 --- a/bin/csh/proc.c +++ b/bin/csh/proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.c,v 1.23 2014/07/14 05:53:29 guenther Exp $ */ +/* $OpenBSD: proc.c,v 1.24 2014/10/13 20:55:16 chl Exp $ */ /* $NetBSD: proc.c,v 1.9 1995/04/29 23:21:33 mycroft Exp $ */ /*- @@ -647,7 +647,6 @@ pprint(struct process *pp, bool flag) struct process *tp; int jobflags, pstatus; bool hadnl = 1; /* did we just have a newline */ - char *format; (void) fpurge(cshout); |