summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 22:50:11 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 22:50:11 -0800
commitb736a278a574a0f5f24c207478974351573427bc (patch)
tree1e5a7d36e937126b838312bae98d65f249422ef9 /Makefile.am
parent21e479609b3529ce24e6139d1208dfe4f9040891 (diff)
Remove unused server cache functionality
We initialized the cache & reset the cache, but never put anything in it. (Unlike the FontPatternCache provided by libXfont.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 490b52a..d07ce8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,6 @@ LDADD = $(XFS_LIBS)
xfs_SOURCES = \
difs/atom.c \
- difs/cache.c \
difs/charinfo.c \
difs/difsutils.c \
difs/dispatch.c \
@@ -68,8 +67,6 @@ xfs_SOURCES = \
include/assert.h \
include/auth.h \
include/authstr.h \
- include/cache.h \
- include/cachestr.h \
include/client.h \
include/clientstr.h \
include/closestr.h \