Remove workaround for old GCC bugs.

Submitted by:	ru
This commit is contained in:
Craig Rodrigues 2005-12-03 19:59:35 +00:00
parent 58299dd09e
commit f6db44904f

View file

@ -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;