Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index fff754b4dc77f3ae60993156d706ea10aba41357..1691098f9f7ce0899f4576c0c793c8eb4b9300ec 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -116,16 +116,6 @@ void LCodeGen::Comment(const char* format, ...) { |
} |
-bool LCodeGen::GenerateRelocPadding() { |
- int reloc_size = masm()->relocation_writer_size(); |
- while (reloc_size < deoptimization_reloc_size.min_size) { |
- __ RecordComment(RelocInfo::kFillerCommentString, true); |
- reloc_size += RelocInfo::kMinRelocCommentSize; |
- } |
- return !is_aborted(); |
-} |
- |
- |
bool LCodeGen::GeneratePrologue() { |
ASSERT(is_generating()); |