summaryrefslogtreecommitdiff
path: root/src/composite.c
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-07-13 14:06:15 +0000
committerGerd Moellmann <gerd@gnu.org>2000-07-13 14:06:15 +0000
commit2b6e5b1e142826c31e7c4f731d49deaadffba286 (patch)
treecf7fe325fe27b0882d2196f6a9d119e61eacee83 /src/composite.c
parent4bf4fb05c2bd126436050d00c615b28223bbc99c (diff)
downloademacs-2b6e5b1e142826c31e7c4f731d49deaadffba286.tar.gz
(AREF): Remove definition.
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/composite.c b/src/composite.c
index 7da4c579ea7..41f89fd6024 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -154,8 +154,6 @@ Lisp_Object composition_temp;
(SINGLE_BYTE_CHAR_P (c) ? 1 : CHARSET_WIDTH (CHAR_CHARSET (c)))
/* The following macros for hash table are copied from fns.c. */
-/* Return the contents of vector V at index IDX. */
-#define AREF(V, IDX) XVECTOR (V)->contents[IDX]
/* Value is the key part of entry IDX in hash table H. */
#define HASH_KEY(H, IDX) AREF ((H)->key_and_value, 2 * (IDX))
/* Value is the value part of entry IDX in hash table H. */