mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Remove workaround for old GCC bugs.
Submitted by: ru
This commit is contained in:
parent
58299dd09e
commit
f6db44904f
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue