summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff/analyze.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1994-11-01 20:38:40 +0000
committerjtc <jtc@NetBSD.org>1994-11-01 20:38:40 +0000
commitcd439d82af9522ec662102dfebdc44875eb58bf4 (patch)
tree78fe55729c4ac3d1f789a33cc7e4612c390ce28b /gnu/usr.bin/diff/analyze.c
parent0f8e6cf96801bbae057bcf623b51ab7d71b765e4 (diff)
Upgraded to diffutils 2.7.
Diffstat (limited to 'gnu/usr.bin/diff/analyze.c')
-rw-r--r--gnu/usr.bin/diff/analyze.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/diff/analyze.c b/gnu/usr.bin/diff/analyze.c
index a8fe05f8049..556d388c46a 100644
--- a/gnu/usr.bin/diff/analyze.c
+++ b/gnu/usr.bin/diff/analyze.c
@@ -17,10 +17,6 @@ You should have received a copy of the GNU General Public License
along with GNU DIFF; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-#ifndef lint
-static char *rcsid = "$Id: analyze.c,v 1.6 1993/11/12 02:25:52 jtc Exp $";
-#endif
-
/* The basic algorithm is described in:
"An O(ND) Difference Algorithm and its Variations", Eugene Myers,
Algorithmica Vol. 1 No. 2, 1986, pp. 251-266;