Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index f3127940988ce89133defe817fa718f2814aac05..549c9fffc754979dd7d75a282e4caae863934eec 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -885,10 +885,6 @@ void SharedFunctionInfo::SharedFunctionInfoPrint(FILE* out) { |
PrintF(out, "\n - debug info = "); |
debug_info()->ShortPrint(out); |
PrintF(out, "\n - length = %d", length()); |
- PrintF(out, "\n - has_only_simple_this_property_assignments = %d", |
- has_only_simple_this_property_assignments()); |
- PrintF(out, "\n - this_property_assignments = "); |
- this_property_assignments()->ShortPrint(out); |
PrintF(out, "\n - optimized_code_map = "); |
optimized_code_map()->ShortPrint(out); |
PrintF(out, "\n"); |