Reviewers: danno,

Description:
Remove superflous SharedFunctionInfo::uses_super call.

[email protected]

Please review this at https://codereview.chromium.org/736383002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -1 lines):
  M src/compiler.cc


Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 3b612c1323dbf5874fb56cbe6959e699cb9112f0..710f938bed205937ce4a2b334c414a0569d17cf2 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -1351,7 +1351,6 @@ Handle<SharedFunctionInfo> 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.


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to