[turbofan] Remove obsolete code.

Change-Id: I9e5eb7132da7e11ab4427fc07bacee667df3ef41
Reviewed-on: https://chromium-review.googlesource.com/c/1270587
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56479}
This commit is contained in:
Georg Neis 2018-10-09 12:51:58 +02:00 committed by Commit Bot
parent 2e007737ca
commit 57a2325d63
2 changed files with 0 additions and 11 deletions

View File

@ -55,12 +55,6 @@ bool HasOnlyJSArrayMaps(MapHandles const& maps) {
} // namespace
struct JSNativeContextSpecialization::ScriptContextTableLookupResult {
Handle<Context> context;
bool immutable;
int index;
};
JSNativeContextSpecialization::JSNativeContextSpecialization(
Editor* editor, JSGraph* jsgraph, JSHeapBroker* js_heap_broker, Flags flags,
Handle<Context> native_context, CompilationDependencies* dependencies,

View File

@ -223,11 +223,6 @@ class V8_EXPORT_PRIVATE JSNativeContextSpecialization final
InferHasInPrototypeChainResult InferHasInPrototypeChain(
Node* receiver, Node* effect, Handle<HeapObject> prototype);
// Script context lookup logic.
struct ScriptContextTableLookupResult;
bool LookupInScriptContextTable(Handle<Name> name,
ScriptContextTableLookupResult* result);
Graph* graph() const;
JSGraph* jsgraph() const { return jsgraph_; }