diff options
Diffstat (limited to 'source/compiler/asltransform.c')
-rw-r--r-- | source/compiler/asltransform.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/compiler/asltransform.c b/source/compiler/asltransform.c index 9615fe6c6e47..34c6ae717583 100644 --- a/source/compiler/asltransform.c +++ b/source/compiler/asltransform.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - #include "aslcompiler.h" #include "aslcompiler.y.h" @@ -377,7 +376,6 @@ TrDoDefinitionBlock ( * * RETURN: None * - * * DESCRIPTION: Translate ASL SWITCH statement to if/else pairs. There is * no actual AML opcode for SWITCH -- it must be simulated. * |