diff options
Diffstat (limited to 'source/components/dispatcher/dswload2.c')
| -rw-r--r-- | source/components/dispatcher/dswload2.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/source/components/dispatcher/dswload2.c b/source/components/dispatcher/dswload2.c index 4b6e41d8dd30..7387690e2a09 100644 --- a/source/components/dispatcher/dswload2.c +++ b/source/components/dispatcher/dswload2.c @@ -529,10 +529,8 @@ AcpiDsLoad2EndOp (      ACPI_NAMESPACE_NODE     *Node;      ACPI_PARSE_OBJECT       *Arg;      ACPI_NAMESPACE_NODE     *NewNode; -#ifndef ACPI_NO_METHOD_EXECUTION      UINT32                  i;      UINT8                   RegionSpace; -#endif      ACPI_FUNCTION_TRACE (DsLoad2EndOp); @@ -622,7 +620,6 @@ AcpiDsLoad2EndOp (      switch (WalkState->OpInfo->Type)      { -#ifndef ACPI_NO_METHOD_EXECUTION      case AML_TYPE_CREATE_FIELD:          /* @@ -718,13 +715,11 @@ AcpiDsLoad2EndOp (          }          break; -#endif /* ACPI_NO_METHOD_EXECUTION */      case AML_TYPE_NAMED_COMPLEX:          switch (Op->Common.AmlOpcode)          { -#ifndef ACPI_NO_METHOD_EXECUTION          case AML_REGION_OP:          case AML_DATA_REGION_OP: @@ -809,7 +804,6 @@ AcpiDsLoad2EndOp (              }              break; -#endif /* ACPI_NO_METHOD_EXECUTION */          default: | 
