summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-15 08:20:47 -0700
committerKarl Berry <karl@freefriends.org>2021-06-15 08:20:47 -0700
commitf7ed7da4a75c39ef19f1660825e846006a7b9b9d (patch)
treecc7831df5a0959670f33b3501f03cd3816fc51b8
parentd2d3a61961e102125f7cd4262ebdbd849033670c (diff)
downloadgnulib-f7ed7da4a75c39ef19f1660825e846006a7b9b9d.tar.gz
autoupdate
-rw-r--r--lib/idx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/idx.h b/lib/idx.h
index 28fd4ea72a..483587eabb 100644
--- a/lib/idx.h
+++ b/lib/idx.h
@@ -107,10 +107,6 @@ typedef ptrdiff_t idx_t;
/* IDX_MAX is the maximum value of an idx_t. */
#define IDX_MAX PTRDIFF_MAX
-/* A printf/scanf length modifier for idx_t. For example, if i is an idx_t,
- printf ("i = %"pIDX"d\n", i) outputs i's value. */
-#define pIDX "t"
-
/* So far no need has been found for an IDX_WIDTH macro.
Perhaps there should be another macro IDX_VALUE_BITS that does not
count the sign bit and is therefore one less than PTRDIFF_WIDTH. */