Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 912ec1e04d87580cce3e34d031f280527c109957..31a1e624ec19a4c42071ba90c9f6a7a6521768e2 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -498,10 +498,6 @@ class LCallStub V8_FINAL : public LTemplateInstruction<1, 1, 0> { |
DECLARE_CONCRETE_INSTRUCTION(CallStub, "call-stub") |
DECLARE_HYDROGEN_ACCESSOR(CallStub) |
- |
- TranscendentalCache::Type transcendental_type() { |
- return hydrogen()->transcendental_type(); |
- } |
}; |