]> git.ipfire.org Git - thirdparty/glibc.git/commit - ports/ChangeLog.ia64
ia64: ioperm: clean up long dead code
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Dec 2013 10:33:28 +0000 (05:33 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 24 Dec 2013 10:34:52 +0000 (05:34 -0500)
commitfe1a83aa1cbe166f8534925103c8d3a4f047f26c
tree0cf90d375e894f4afa949e86819fd9e7565eaf22
parent41b1792698a335d3a85381921a84a16e9635f36a
ia64: ioperm: clean up long dead code

This file has a few #if 0 code paths which cause a build time warning:
ports/sysdeps/unix/sysv/linux/ia64/ioperm.c:66:7: warning:
variable 'prot' set but not used [-Wunused-but-set-variable]

Rather than add more #if 0 around that variable, just delete the code
altogether.  Not like it's going to ever be implemented.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ports/ChangeLog.ia64
ports/sysdeps/unix/sysv/linux/ia64/ioperm.c