aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/helper.c b/lib/helper.c
index 84013b9..c3796c1 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -251,18 +251,6 @@ int fuse_parse_cmdline_30(struct fuse_args *args,
return rc;
}
-/**
- * Compatibility ABI symbol for systems that do not support version symboling
- */
-#if (defined(__UCLIBC__) || defined(__APPLE__))
-int fuse_parse_cmdline(struct fuse_args *args,
- struct fuse_cmdline_opts *opts)
-{
- return fuse_parse_cmdline_30(args, out_opts);
-}
-#endif
-
-
int fuse_daemonize(int foreground)
{
if (!foreground) {