Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 030e1dc8a66816bd5db76694a2fedda41dbee594..d8aafdf07e4f7c37ed5ea87a68999113115f8284 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -626,8 +626,6 @@ class ElementHandlerCompiler : public PropertyHandlerCompiler { |
// Holds information about possible function call optimizations. |
class CallOptimization BASE_EMBEDDED { |
public: |
- explicit CallOptimization(LookupResult* lookup); |
- |
explicit CallOptimization(Handle<JSFunction> function); |
bool is_constant_call() const { |