From f9a7c2b1135beeacbdcecab9065eddd2f7e68dbd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 21 Jun 2013 18:20:23 +0200 Subject: 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. --- lib/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Makefile.am') 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 \ -- cgit v1.2.3