From bf11bf4758ebee90cd14bf2c1aa9df7f51fb399f Mon Sep 17 00:00:00 2001 From: mstarzinger Date: Thu, 20 Nov 2014 08:21:56 -0800 Subject: [PATCH] Remove superflous SharedFunctionInfo::uses_super call. R=danno@chromium.org Review URL: https://codereview.chromium.org/736383002 Cr-Commit-Position: refs/heads/master@{#25445} --- src/compiler.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler.cc b/src/compiler.cc index 33d88d7..82412a3 100644 --- a/src/compiler.cc +++ b/src/compiler.cc @@ -1358,7 +1358,6 @@ Handle Compiler::BuildFunctionInfo( RecordFunctionCompilation(Logger::FUNCTION_TAG, &info, result); result->set_allows_lazy_compilation(allow_lazy); result->set_allows_lazy_compilation_without_context(allow_lazy_without_ctx); - result->set_uses_super(literal->uses_super()); // Set the expected number of properties for instances and return // the resulting function. -- 2.7.4