diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 21:21:22 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-02 21:24:43 -0700 |
commit | ba12a8f7e315950e840e942de8c2d36dc78dddf7 (patch) | |
tree | 384b817cf2d9efd156d491288b9630d1770404a3 /lib/Makefile.am | |
parent | d968b4ddaeead5296b31f5c02f4f0e966372390a (diff) | |
download | libfuse-ba12a8f7e315950e840e942de8c2d36dc78dddf7.tar.gz |
Merged fuse_mt.c into fuse.c
There is no point in having a separate file for a 10 line function.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 2ad0f15..1d50b0e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -24,7 +24,6 @@ libfuse3_la_SOURCES = \ fuse_loop_mt.c \ fuse_lowlevel.c \ fuse_misc.h \ - fuse_mt.c \ fuse_opt.c \ fuse_session.c \ fuse_signals.c \ |