| Index: src/a64/lithium-a64.h
|
| diff --git a/src/a64/lithium-a64.h b/src/a64/lithium-a64.h
|
| index 013a6bd702c98946a6b1ab2651f93a78f6639f49..1404001b128e1319e195fcec631c84f6053e76e6 100644
|
| --- a/src/a64/lithium-a64.h
|
| +++ b/src/a64/lithium-a64.h
|
| @@ -919,10 +919,6 @@ class LCallStub V8_FINAL : public LTemplateInstruction<1, 0, 0> {
|
| public:
|
| DECLARE_CONCRETE_INSTRUCTION(CallStub, "call-stub")
|
| DECLARE_HYDROGEN_ACCESSOR(CallStub)
|
| -
|
| - TranscendentalCache::Type transcendental_type() {
|
| - return hydrogen()->transcendental_type();
|
| - }
|
| };
|
|
|
|
|
|
|