about summary refs log tree commit diff
path: root/ports/ChangeLog.ia64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-24 05:33:28 -0500
committerMike Frysinger <vapier@gentoo.org>2013-12-24 05:34:52 -0500
commitfe1a83aa1cbe166f8534925103c8d3a4f047f26c (patch)
tree0cf90d375e894f4afa949e86819fd9e7565eaf22 /ports/ChangeLog.ia64
parent41b1792698a335d3a85381921a84a16e9635f36a (diff)
downloadglibc-fe1a83aa1cbe166f8534925103c8d3a4f047f26c.tar.gz
glibc-fe1a83aa1cbe166f8534925103c8d3a4f047f26c.tar.xz
glibc-fe1a83aa1cbe166f8534925103c8d3a4f047f26c.zip
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>
Diffstat (limited to 'ports/ChangeLog.ia64')
-rw-r--r--ports/ChangeLog.ia644
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/ChangeLog.ia64 b/ports/ChangeLog.ia64
index 756664c97a..03380477bd 100644
--- a/ports/ChangeLog.ia64
+++ b/ports/ChangeLog.ia64
@@ -1,5 +1,9 @@
 2013-12-24  Mike Frysinger  <vapier@gentoo.org>
 
+	* sysdeps/unix/sysv/linux/ia64/ioperm.c: Delete code behind #if 0.
+
+2013-12-24  Mike Frysinger  <vapier@gentoo.org>
+
 	* sysdeps/ia64/sotruss-lib.c: New file.
 
 2013-12-24  Mike Frysinger  <vapier@gentoo.org>