From 634c308565a525ad3766a4ec8322df43a5b02f13 Mon Sep 17 00:00:00 2001 From: Erik Schmauss Date: Wed, 31 Jul 2019 16:29:12 -0700 Subject: Remove unintentional call to delete walkstate This line was added unintentionally in commit db2638cca. Signed-off-by: Erik Schmauss --- source/components/dispatcher/dsmethod.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/components') diff --git a/source/components/dispatcher/dsmethod.c b/source/components/dispatcher/dsmethod.c index f0f4614ad..d4826b3e6 100644 --- a/source/components/dispatcher/dsmethod.c +++ b/source/components/dispatcher/dsmethod.c @@ -761,7 +761,6 @@ AcpiDsCallControlMethod ( } } - AcpiDsDeleteWalkState(NextWalkState); return_ACPI_STATUS (Status); -- cgit v1.2.1