summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2008-11-22 23:16:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-11-24 03:56:57 (GMT)
commit7de1950cb28cee7d6b1e9cdaf22f30ddcdc5bd01 (patch)
tree3b5f07a64f65ad5085537fec3e8f214c1efb0b71 /Makefile
parenta47551c3828f81ec88d5b0b3d05887f1a7a4233a (diff)
downloadgit-7de1950cb28cee7d6b1e9cdaf22f30ddcdc5bd01.zip
git-7de1950cb28cee7d6b1e9cdaf22f30ddcdc5bd01.tar.gz
git-7de1950cb28cee7d6b1e9cdaf22f30ddcdc5bd01.tar.bz2
remove the unused files interpolate.c and interpolate.h
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35adafa..54e0745 100644
--- a/Makefile
+++ b/Makefile
@@ -437,7 +437,6 @@ LIB_OBJS += grep.o
LIB_OBJS += hash.o
LIB_OBJS += help.o
LIB_OBJS += ident.o
-LIB_OBJS += interpolate.o
LIB_OBJS += levenshtein.o
LIB_OBJS += list-objects.o
LIB_OBJS += ll-merge.o