summaryrefslogtreecommitdiff
path: root/src/jit/gentree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/gentree.cpp')
-rw-r--r--src/jit/gentree.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jit/gentree.cpp b/src/jit/gentree.cpp
index bc3b56eb2c..93d9df1157 100644
--- a/src/jit/gentree.cpp
+++ b/src/jit/gentree.cpp
@@ -6256,8 +6256,7 @@ GenTreeCall* Compiler::gtNewCallNode(
}
// Make sure that there are no duplicate entries for a given call node
- IL_OFFSETX value;
- assert(!genCallSite2ILOffsetMap->Lookup(node, &value));
+ assert(!genCallSite2ILOffsetMap->Lookup(node));
genCallSite2ILOffsetMap->Set(node, ilOffset);
}