diff options
Diffstat (limited to 'lib/mount.c')
-rw-r--r-- | lib/mount.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mount.c b/lib/mount.c index 6a9da9e..125a0df 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -631,6 +631,3 @@ out: free(mo.mtab_opts); return res; } - -FUSE_SYMVER(".symver fuse_mount_compat22,fuse_mount@FUSE_2.2"); -FUSE_SYMVER(".symver fuse_unmount_compat22,fuse_unmount@FUSE_2.2"); |