summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/hash.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/sys/hash.h b/sys/sys/hash.h
index dc3a4bc..6ce4fdc 100644
--- a/sys/sys/hash.h
+++ b/sys/sys/hash.h
@@ -30,14 +30,6 @@
#define _SYS_HASH_H_
#include <sys/types.h>
-/*
- * Note: SMALL_KERNEL might be used to shrink these, right now I
- * do not see the point, as my kernel did not grow appreciably when
- * I switched to these from other inline code. This may have to be
- * revisited when/if these functions become more prevalent in the
- * kernel.
- */
-
/* Convenience */
#ifndef HASHINIT
#define HASHINIT 5381
OpenPOWER on IntegriCloud