aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mount_util.c')
-rw-r--r--lib/mount_util.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/mount_util.c b/lib/mount_util.c
index b82ab3b..02b2731 100644
--- a/lib/mount_util.c
+++ b/lib/mount_util.c
@@ -44,11 +44,6 @@ int fuse_mnt_add_mount(const char *progname, const char *fsname,
progname);
exit(1);
}
- if (mkdir(tmp, 0) == -1) {
- fprintf(stderr, "%s: failed to mkdir %s: %s\n", progname, tmp,
- strerror(errno));
- exit(1);
- }
if (chdir(tmp)) {
fprintf(stderr, "%s: failed to chdir to %s: %s\n",
progname, tmp, strerror(errno));