Index: src/x64/macro-assembler-x64.h |
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
index 44317458e2c47d0763cfc9f1ee4ea5caa4224654..82c047af5095bdc1a144020647642cc806123e62 100644 |
--- a/src/x64/macro-assembler-x64.h |
+++ b/src/x64/macro-assembler-x64.h |
@@ -175,10 +175,6 @@ class MacroAssembler: public Assembler { |
Label* condition_met, |
Label::Distance condition_met_distance = Label::kFar); |
- void CheckMapDeprecated(Handle<Map> map, |
- Register scratch, |
- Label* if_deprecated); |
- |
// Check if object is in new space. Jumps if the object is not in new space. |
// The register scratch can be object itself, but scratch will be clobbered. |
void JumpIfNotInNewSpace(Register object, |