From 8c54fd935ba04dff656b3b2cb0bfc022cb472d06 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sat, 3 Dec 2005 19:59:35 +0000 Subject: Remove workaround for old GCC bugs. Submitted by: ru --- sbin/mount/mount.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sbin/mount') 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; -- cgit v1.1