remove functions obsoleted by #defines
authorJohn Kohl <jtkohl@mit.edu>
Thu, 3 May 1990 09:21:28 +0000 (09:21 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 3 May 1990 09:21:28 +0000 (09:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@696 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/Imakefile

index 990da7e55c9d75973ea2788ae64036e3c753af1a..f1717f6eb25f71ad3da721cd54214addaf09d44a 100644 (file)
@@ -8,17 +8,11 @@ MakeSubdirs($(SUBDIRS))
 NormalLibraryObjectRule()
 
 OBJS=  default.o \
-       destroy.o \
        resolve.o \
-       init.o \
-       dir.o \
-       store.o
+       dir.o
 
 SRCS=  default.c \
-       destroy.c \
        resolve.c \
-       init.c \
-       dir.c \
-       store.c
+       dir.c
 
 NormalLibraryTarget(cred,$(OBJS))