File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ namespace dart {
4747ParsedFunction::ParsedFunction (Thread* thread, const  Function& function)
4848    : thread_(thread),
4949      function_ (function),
50-       code_(Code::Handle(zone(), function.unoptimized_code())),
5150      scope_(nullptr ),
5251      regexp_compile_data_(nullptr ),
5352      function_type_arguments_(nullptr ),
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ class ParsedFunction : public ZoneAllocated {
7171  ParsedFunction (Thread* thread, const  Function& function);
7272
7373  const  Function& function () const  { return  function_; }
74-   const  Code& code () const  { return  code_; }
7574
7675  LocalScope* scope () const  { return  scope_; }
7776  void  set_scope (LocalScope* scope) {
@@ -294,7 +293,6 @@ class ParsedFunction : public ZoneAllocated {
294293 private: 
295294  Thread* thread_;
296295  const  Function& function_;
297-   Code& code_;
298296  LocalScope* scope_;
299297  RegExpCompileData* regexp_compile_data_;
300298  LocalVariable* function_type_arguments_;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments