diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-12-10 17:44:07 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-12-10 17:44:07 +0000 |
commit | 90c190137734a053d9a248969b804e6a3566360c (patch) | |
tree | a961590f1a537910da9153fea68a49ec0498e554 /usr.bin/make | |
parent | 8f70d7e7a1718acc625153a13f56e8586cd99d43 (diff) |
zap field nothing uses.
Diffstat (limited to 'usr.bin/make')
-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) */ |