summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 17e08eb..a1207a9 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -449,11 +449,6 @@ mountfs(const char *vfstype, const char *spec, const char *name, int flags,
int argc, i, ret;
char *optbuf, execname[PATH_MAX], mntpath[PATH_MAX];
-#if __GNUC__
- (void)&optbuf;
- (void)&name;
-#endif
-
/* resolve the mountpoint with realpath(3) */
(void)checkpath(name, mntpath);
name = mntpath;
OpenPOWER on IntegriCloud