summaryrefslogtreecommitdiff
path: root/src/unwinder/amd64/unwinder_amd64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unwinder/amd64/unwinder_amd64.cpp')
-rw-r--r--src/unwinder/amd64/unwinder_amd64.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unwinder/amd64/unwinder_amd64.cpp b/src/unwinder/amd64/unwinder_amd64.cpp
index c04db21dfd..65da7862a5 100644
--- a/src/unwinder/amd64/unwinder_amd64.cpp
+++ b/src/unwinder/amd64/unwinder_amd64.cpp
@@ -452,7 +452,6 @@ HRESULT.
ULONG OpInfo;
PULONG64 ReturnAddress;
PULONG64 StackAddress;
- NTSTATUS Status;
PUNWIND_INFO UnwindInfo;
UNWIND_CODE UnwindOp;
@@ -978,8 +977,6 @@ Return Value:
if ((UnwindInfo->Flags & UNW_FLAG_CHAININFO) != 0) {
- _PIMAGE_RUNTIME_FUNCTION_ENTRY ChainEntry;
-
Index = UnwindInfo->CountOfUnwindCodes;
if ((Index & 1) != 0) {
Index += 1;