summaryrefslogtreecommitdiff
path: root/src/debug/daccess/fntableaccess.cpp
diff options
context:
space:
mode:
authorRobin Sue <robinsue@live.de>2018-06-03 20:12:26 +0200
committerSergey Andreenko <seandree@microsoft.com>2018-06-03 11:12:26 -0700
commitb31ec0562a7e916301585001968ac5522aa20e84 (patch)
treec386d6d267f005083a61d8d0085e0ad612e42924 /src/debug/daccess/fntableaccess.cpp
parent9791a661155d08f85f862bfc37eff3cd8d7b25cc (diff)
downloadcoreclr-b31ec0562a7e916301585001968ac5522aa20e84.tar.gz
coreclr-b31ec0562a7e916301585001968ac5522aa20e84.tar.bz2
coreclr-b31ec0562a7e916301585001968ac5522aa20e84.zip
Warnings cleanup (#18260)
* Cleanup all disabled warnings that do not trigger * Fix warning about line continuation in single line comment * Eliminiate all unreferenced local variables and reenable warning
Diffstat (limited to 'src/debug/daccess/fntableaccess.cpp')
-rw-r--r--src/debug/daccess/fntableaccess.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/debug/daccess/fntableaccess.cpp b/src/debug/daccess/fntableaccess.cpp
index 6dcd5844e4..5ce5bbf284 100644
--- a/src/debug/daccess/fntableaccess.cpp
+++ b/src/debug/daccess/fntableaccess.cpp
@@ -179,7 +179,6 @@ static NTSTATUS OutOfProcessFunctionTableCallback_JIT(IN ReadMemoryFunction
DWORD_PTR hdrOffsetInitial;
DWORD nEntries;
DWORD index;
- DWORD_PTR pUnwindInfo;
PT_RUNTIME_FUNCTION pFunctions;
LONG64 lSmallestOffset;
@@ -459,4 +458,4 @@ extern "C" NTSTATUS OutOfProcessFunctionTableCallbackEx()
}
#endif // !_TARGET_X86_
-#endif // !FEATURE_PAL \ No newline at end of file
+#endif // !FEATURE_PAL