diff options
author | 2007-12-10 17:44:06 +0000 | |
---|---|---|
committer | 2007-12-10 17:44:06 +0000 | |
commit | c1e9c620cfbbf60e0242d037d40c1b1447c0293b (patch) | |
tree | 84e9834ad9e57ec3a685f374a4c50fe6bb940f9e | |
parent | Mention mavb(4). (diff) | |
download | wireguard-openbsd-c1e9c620cfbbf60e0242d037d40c1b1447c0293b.tar.xz wireguard-openbsd-c1e9c620cfbbf60e0242d037d40c1b1447c0293b.zip |
zap field nothing uses.
-rw-r--r-- | usr.bin/make/gnode.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/gnode.h b/usr.bin/make/gnode.h index 51e33b307d9..8eeccfa4312 100644 --- a/usr.bin/make/gnode.h +++ b/usr.bin/make/gnode.h @@ -1,7 +1,7 @@ #ifndef GNODE_H #define GNODE_H /* $OpenPackages$ */ -/* $OpenBSD: gnode.h,v 1.11 2007/11/24 15:41:01 espie Exp $ */ +/* $OpenBSD: gnode.h,v 1.12 2007/12/10 17:44:06 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -130,8 +130,6 @@ struct GNode_ { unsigned long lineno;/* First line number of commands. */ const char *fname; /* File name of commands. */ LIST commands; /* Creation commands */ - LstNode current; /* Current command, for job */ - struct Suff_ *suffix;/* Suffix for the node (determined by * Suff_FindDeps and opaque to everyone * but the Suff module) */ |