diff options
author | msmith <msmith@FreeBSD.org> | 2000-12-01 12:10:06 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-12-01 12:10:06 +0000 |
commit | 85cd920774be035898f7f616abf2473c9aad5985 (patch) | |
tree | e511bbfb945b943a929f27dd453f7b28d2221b0c /sys/contrib | |
parent | 9ec0ffdb782ce2a9011433c25a9c6fc40353a5e1 (diff) | |
download | FreeBSD-src-85cd920774be035898f7f616abf2473c9aad5985.zip FreeBSD-src-85cd920774be035898f7f616abf2473c9aad5985.tar.gz |
Remove duplicate definition.
Diffstat (limited to 'sys/contrib')
-rw-r--r-- | sys/contrib/dev/acpica/Subsystem/Include/acconfig.h | 2 | ||||
-rw-r--r-- | sys/contrib/dev/acpica/acconfig.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h b/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h index ea2c476..ad40cf2 100644 --- a/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h +++ b/sys/contrib/dev/acpica/Subsystem/Include/acconfig.h @@ -156,8 +156,6 @@ #define MAX_WALK_CACHE_DEPTH 2 /* Objects for parse tree walks (method execution) */ -#define NS_TABLE_SIZE 4 - /* String size constants */ #define MAX_STRING_LENGTH 512 diff --git a/sys/contrib/dev/acpica/acconfig.h b/sys/contrib/dev/acpica/acconfig.h index ea2c476..ad40cf2 100644 --- a/sys/contrib/dev/acpica/acconfig.h +++ b/sys/contrib/dev/acpica/acconfig.h @@ -156,8 +156,6 @@ #define MAX_WALK_CACHE_DEPTH 2 /* Objects for parse tree walks (method execution) */ -#define NS_TABLE_SIZE 4 - /* String size constants */ #define MAX_STRING_LENGTH 512 |