| Index: src/interpreter/bytecodes.h | 
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h | 
| index d0e32b3f2267468958ba125f1ad582423f9de55d..2a7c661bcbb8b152821f3ba1913a3b726ad0b915 100644 | 
| --- a/src/interpreter/bytecodes.h | 
| +++ b/src/interpreter/bytecodes.h | 
| @@ -43,11 +43,6 @@ namespace interpreter { | 
| V(LdaTrue, OperandType::kNone)                                               \ | 
| V(LdaFalse, OperandType::kNone)                                              \ | 
| \ | 
| -  /* Globals */                                                                \ | 
| -  V(LdaGlobal, OperandType::kIdx8)                                             \ | 
| -  V(StaGlobalSloppy, OperandType::kIdx8)                                       \ | 
| -  V(StaGlobalStrict, OperandType::kIdx8)                                       \ | 
| -                                                                               \ | 
| /* Context operations */                                                     \ | 
| V(PushContext, OperandType::kReg8)                                           \ | 
| V(PopContext, OperandType::kReg8)                                            \ | 
|  |