[turbofan] Remove a bogus comment.

R=sigurds@chromium.org

Change-Id: Ia89018f414f83665e836eb1d1ead036fc5043d0a
Reviewed-on: https://chromium-review.googlesource.com/c/1466501
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59524}
This commit is contained in:
Georg Neis 2019-02-12 10:35:03 +01:00 committed by Commit Bot
parent 933dfb1ea7
commit f4b7d4426e

View File

@ -1498,7 +1498,6 @@ Reduction JSNativeContextSpecialization::ReduceElementAccess(
value = BuildIndexedStringLoad(receiver, index, length, &effect, &control,
load_mode);
} else {
// Retrieve the native context from the given {node}.
// Compute element access infos for the receiver maps.
AccessInfoFactory access_info_factory(
broker(), dependencies(), native_context().object(), graph()->zone());