summaryrefslogtreecommitdiff
path: root/lib/ignore-value.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-10 08:38:52 +0100
committerJim Meyering <meyering@redhat.com>2012-01-10 08:48:08 +0100
commit530dd1744036b6f2b62aea156b399c7cec024d27 (patch)
treee0e4aa8b920cdc267920ab232ecd137bafc9e19b /lib/ignore-value.h
parent89c006fbb40a0455ad309155be38277490c0b94f (diff)
downloadgnulib-530dd1744036b6f2b62aea156b399c7cec024d27.tar.gz
ignore-value: remove deprecated ignore_ptr function
* lib/ignore-value.h (ignore_ptr): Remove deprecated function. * NEWS: Note this.
Diffstat (limited to 'lib/ignore-value.h')
-rw-r--r--lib/ignore-value.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/ignore-value.h b/lib/ignore-value.h
index 92f2fbca92..52919de8f1 100644
--- a/lib/ignore-value.h
+++ b/lib/ignore-value.h
@@ -54,9 +54,4 @@
# define ignore_value(x) (({ __typeof__ (x) __x = (x); (void) __x; }))
# endif
-/* ignore_value works for scalars, pointers and aggregates;
- deprecate ignore_ptr. */
-static inline void _GL_ATTRIBUTE_DEPRECATED
-ignore_ptr (void *p) { (void) p; } /* deprecated: use ignore_value */
-
#endif