diff options
author | 2007-05-30 03:30:21 +0000 | |
---|---|---|
committer | 2007-05-30 03:30:21 +0000 | |
commit | ccf8fb4c4c69c6e25662614e47e48284a1ac663e (patch) | |
tree | 7fb1af1b03c20d16f83ed845477e82e12305e076 /usr.bin/cvs/diff_internals.c | |
parent | Remove unused struct diff_arg. (diff) | |
download | wireguard-openbsd-ccf8fb4c4c69c6e25662614e47e48284a1ac663e.tar.xz wireguard-openbsd-ccf8fb4c4c69c6e25662614e47e48284a1ac663e.zip |
Remove cand structure (but not its definition).
Diffstat (limited to 'usr.bin/cvs/diff_internals.c')
-rw-r--r-- | usr.bin/cvs/diff_internals.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff_internals.c b/usr.bin/cvs/diff_internals.c index 71b9c502348..aa94d71742b 100644 --- a/usr.bin/cvs/diff_internals.c +++ b/usr.bin/cvs/diff_internals.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff_internals.c,v 1.12 2007/05/30 03:24:54 ray Exp $ */ +/* $OpenBSD: diff_internals.c,v 1.13 2007/05/30 03:30:21 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -143,7 +143,7 @@ struct cand { int x; int y; int pred; -} cand; +}; struct line { int serial; |