aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2013-06-21 18:20:23 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2013-06-21 18:20:23 +0200
commitf9a7c2b1135beeacbdcecab9065eddd2f7e68dbd (patch)
tree386480447871aa2473691c49f8253163b7ace914 /lib/Makefile.am
parent561d7054d856eea6c2d634093546d6af773dada9 (diff)
downloadlibfuse-f9a7c2b1135beeacbdcecab9065eddd2f7e68dbd.tar.gz
libfuse: remove session and chan abstractions
There's actually just one type of channel and session, so we don't need the generic callback functions.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8ec234a..e1dbfa2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -20,7 +20,6 @@ endif
libfuse_la_SOURCES = \
fuse.c \
fuse_i.h \
- fuse_kern_chan.c \
fuse_loop.c \
fuse_loop_mt.c \
fuse_lowlevel.c \