summaryrefslogtreecommitdiff
path: root/src/unwinder
diff options
context:
space:
mode:
Diffstat (limited to 'src/unwinder')
-rw-r--r--src/unwinder/amd64/unwinder_amd64.cpp3
-rw-r--r--src/unwinder/arm64/unwinder_arm64.cpp2
2 files changed, 0 insertions, 5 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;
diff --git a/src/unwinder/arm64/unwinder_arm64.cpp b/src/unwinder/arm64/unwinder_arm64.cpp
index c9f07eb4b7..4c63815ccd 100644
--- a/src/unwinder/arm64/unwinder_arm64.cpp
+++ b/src/unwinder/arm64/unwinder_arm64.cpp
@@ -658,7 +658,6 @@ Return Value:
ULONG FunctionLength;
ULONG HeaderWord;
ULONG NextCode;
- ULONG Offset;
DWORD64 OffsetInFunction;
ULONG ScopeNum;
ULONG ScopeSize;
@@ -1293,7 +1292,6 @@ Return Value:
ULONG HBit;
ULONG HOpcodes;
ULONG IRegOpcodes;
- ULONG InstCount;
ULONG IntSize;
ULONG LocalSize;
DWORD64 OffsetInFunction;