summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-12-03 19:59:35 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-12-03 19:59:35 +0000
commit8c54fd935ba04dff656b3b2cb0bfc022cb472d06 (patch)
treedb089589cd03579c69dd2d8d289e23dc91e5f7e1 /sbin/mount
parentfefcedf8f8dba3274436a6a1367c7fd647135e9c (diff)
downloadFreeBSD-src-8c54fd935ba04dff656b3b2cb0bfc022cb472d06.zip
FreeBSD-src-8c54fd935ba04dff656b3b2cb0bfc022cb472d06.tar.gz
Remove workaround for old GCC bugs.
Submitted by: ru
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