summaryrefslogtreecommitdiff
path: root/src/jit/liveness.cpp
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2017-10-24 23:30:35 -0700
committerGitHub <noreply@github.com>2017-10-24 23:30:35 -0700
commit980def6282c9c64d38a218c3f37093d130222458 (patch)
tree6d9e62ca2f8ad63b4dc1bbd6d8fba14394b0c8b5 /src/jit/liveness.cpp
parent4b21e0d7eef05ec9842c032e7d813f2a45a418f1 (diff)
downloadcoreclr-980def6282c9c64d38a218c3f37093d130222458.tar.gz
coreclr-980def6282c9c64d38a218c3f37093d130222458.tar.bz2
coreclr-980def6282c9c64d38a218c3f37093d130222458.zip
delete unused local variables from jit sources (#14679)
Diffstat (limited to 'src/jit/liveness.cpp')
-rw-r--r--src/jit/liveness.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jit/liveness.cpp b/src/jit/liveness.cpp
index 028fdc9dfa..3f4d3a18ca 100644
--- a/src/jit/liveness.cpp
+++ b/src/jit/liveness.cpp
@@ -1935,7 +1935,6 @@ void Compiler::fgComputeLife(VARSET_TP& life,
bool* pStmtInfoDirty DEBUGARG(bool* treeModf))
{
GenTreePtr tree;
- unsigned lclNum;
// Don't kill vars in scope
VARSET_TP keepAliveVars(VarSetOps::Union(this, volatileVars, compCurBB->bbScope));