summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/make/hash.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h
index 7610554..adc7552 100644
--- a/usr.bin/make/hash.h
+++ b/usr.bin/make/hash.h
@@ -90,11 +90,6 @@ typedef struct Hash_Search {
*/
#define Hash_SetValue(h, val) ((h)->clientData = (val))
-/*
- * Hash_Size(n) returns the number of words in an object of n bytes
- */
-#define Hash_Size(n) (((n) + sizeof(int) - 1) / sizeof(int))
-
void Hash_InitTable(Hash_Table *, int);
void Hash_DeleteTable(Hash_Table *);
Hash_Entry *Hash_FindEntry(const Hash_Table *, const char *);
OpenPOWER on IntegriCloud