diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-01-24 21:17:26 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-01-24 21:17:26 +0000 |
commit | d512ce1ad55895b43e98015906a129fbd1a1cae3 (patch) | |
tree | 3821128036d57ae620520989d90411942f42c783 /sys/arch/powerpc/include/param.h | |
parent | f73920ca4addea9ea167ab527045057d523c0672 (diff) |
Remove block of "#if 0"ed code.
Diffstat (limited to 'sys/arch/powerpc/include/param.h')
-rw-r--r-- | sys/arch/powerpc/include/param.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index fef67491398..1d45f39ce11 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.11 2000/09/14 18:26:52 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.12 2001/01/24 21:17:25 drahn Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -138,12 +138,6 @@ /* * Some system constants */ -/* do not define HTABENTS, allow system size to determine # entries */ -#if 0 -#ifndef HTABENTS -#define HTABENTS 1024 /* Number of hashslots in HTAB */ -#endif -#endif #ifndef NPMAPS #define NPMAPS 32768 /* Number of pmaps in system */ #endif |