diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-07-09 17:17:45 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-07-09 17:17:45 +0000 |
commit | 3d51590acd9ce6cfcd823e3d4d340f04ff800228 (patch) | |
tree | d8c7a85f644b22ff2a5e5c9a56190e6798fb381e /source/compiler/aslstubs.c | |
parent | 08f4234e06d8d6855c0b79c95da98f267ca3554e (diff) |
Notes
Diffstat (limited to 'source/compiler/aslstubs.c')
-rw-r--r-- | source/compiler/aslstubs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/compiler/aslstubs.c b/source/compiler/aslstubs.c index a54c498c479c..a8f22bd8c803 100644 --- a/source/compiler/aslstubs.c +++ b/source/compiler/aslstubs.c @@ -166,12 +166,6 @@ * Things like Events, Global Lock, etc. are not used * by the compiler, so they are stubbed out here. */ -void -AcpiNsExecModuleCodeList ( - void) -{ -} - ACPI_STATUS AcpiNsInitializeObjects ( void) |