summaryrefslogtreecommitdiff
path: root/source/components/executer/exresolv.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/executer/exresolv.c')
-rw-r--r--source/components/executer/exresolv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/components/executer/exresolv.c b/source/components/executer/exresolv.c
index 868c90d07e5c..79878c669aa0 100644
--- a/source/components/executer/exresolv.c
+++ b/source/components/executer/exresolv.c
@@ -225,7 +225,6 @@ AcpiExResolveObjectToValue (
* (i.e., dereference the package index)
* Delete the ref object, increment the returned object
*/
- AcpiUtRemoveReference (StackDesc);
AcpiUtAddReference (ObjDesc);
*StackPtr = ObjDesc;
}