diff options
Diffstat (limited to 'source/components/executer/excreate.c')
| -rw-r--r-- | source/components/executer/excreate.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/components/executer/excreate.c b/source/components/executer/excreate.c index 822f2a50cecf3..376e1fd77562b 100644 --- a/source/components/executer/excreate.c +++ b/source/components/executer/excreate.c @@ -113,7 +113,6 @@ AcpiExCreateAlias ( case ACPI_TYPE_BUFFER: case ACPI_TYPE_PACKAGE: case ACPI_TYPE_BUFFER_FIELD: - /* * These types open a new scope, so we need the NS node in order to access * any children. @@ -123,7 +122,6 @@ AcpiExCreateAlias ( case ACPI_TYPE_PROCESSOR: case ACPI_TYPE_THERMAL: case ACPI_TYPE_LOCAL_SCOPE: - /* * The new alias has the type ALIAS and points to the original * NS node, not the object itself. @@ -133,7 +131,6 @@ AcpiExCreateAlias ( break; case ACPI_TYPE_METHOD: - /* * Control method aliases need to be differentiated */ |
