Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index ace3e51250a6aa24d21c6f5c93c6d22fb4204c3c..812012c3dc66f7269baa2c36dd3417ad5b17a882 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -445,15 +445,6 @@ void LoadICProtoArrayStub::GenerateAssembly(CodeAssemblerState* state) const { |
state, throw_reference_error_if_nonexistent()); |
} |
-void LoadGlobalICStub::GenerateAssembly(CodeAssemblerState* state) const { |
- AccessorAssembler::GenerateLoadGlobalIC(state, typeof_mode()); |
-} |
- |
-void LoadGlobalICTrampolineStub::GenerateAssembly( |
- CodeAssemblerState* state) const { |
- AccessorAssembler::GenerateLoadGlobalICTrampoline(state, typeof_mode()); |
-} |
- |
void ElementsTransitionAndStoreStub::GenerateAssembly( |
compiler::CodeAssemblerState* state) const { |
typedef CodeStubAssembler::Label Label; |