xdiff: remove unused functions
commitbe89977543c7798411f336236a506bf07b0a3d71
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Wed, 9 May 2012 20:43:30 +0000 (9 22:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 May 2012 21:13:05 +0000 (9 14:13 -0700)
treef2c3504cb84e51a5d9659705d188594b164f2efe
parent3319e606336c13ba6475d83e700ca53537cedfd9
xdiff: remove unused functions

The functions xdl_cha_first(), xdl_cha_next() and xdl_atol() are not used
by us.  While removing them increases the difference to the upstream
version of libxdiff, it only adds a bit to the more than 600 differing
lines in xutils.c (mmfile_t management was simplified significantly when
the library was imported initially).  Besides, if upstream modifies these
functions in the future, we won't need to think about importing those
changes, so in that sense it makes tracking modifications easier.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
xdiff/xutils.c
xdiff/xutils.h