Commit 99a871d8 authored by Adam Klein's avatar Adam Klein Committed by V8 LUCI CQ

Remove extra USE use

Change-Id: I9c3319bb956f4fca41bd3ef8e03a7bd7424f1a70
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3421845Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
Commit-Queue: Adam Klein <adamk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78825}
parent eb722a04
......@@ -278,7 +278,6 @@ Handle<ScopeInfo> ScopeInfo::Create(IsolateT* isolate, Zone* zone, Scope* scope,
} else {
Handle<NameToIndexHashTable> new_table = NameToIndexHashTable::Add(
isolate, local_names_hashtable, var->name(), local_index);
USE(new_table);
DCHECK_EQ(*new_table, *local_names_hashtable);
USE(new_table);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment