summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/dpxutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/dpxutil.c')
-rw-r--r--Build/source/texk/dvipdfm-x/dpxutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/dpxutil.c b/Build/source/texk/dvipdfm-x/dpxutil.c
index c7cfcd82752..790f152dc5c 100644
--- a/Build/source/texk/dvipdfm-x/dpxutil.c
+++ b/Build/source/texk/dvipdfm-x/dpxutil.c
@@ -208,14 +208,12 @@ ht_clear_table (struct ht_table *ht)
ht->hval_free_fn = NULL;
}
-#ifndef XETEX
long ht_table_size (struct ht_table *ht)
{
ASSERT(ht);
return ht->count;
}
-#endif
static unsigned int
get_hash (const void *key, int keylen)