summaryrefslogtreecommitdiff
path: root/deps/v8/src/ic.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/ic.h')
-rw-r--r--deps/v8/src/ic.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/v8/src/ic.h b/deps/v8/src/ic.h
index 7820d407ec..fcf0de58f1 100644
--- a/deps/v8/src/ic.h
+++ b/deps/v8/src/ic.h
@@ -714,14 +714,6 @@ class KeyedStoreIC: public StoreIC {
};
-class UnaryOpIC: public IC {
- public:
- explicit UnaryOpIC(Isolate* isolate) : IC(EXTRA_CALL_FRAME, isolate) { }
-
- MUST_USE_RESULT MaybeObject* Transition(Handle<Object> object);
-};
-
-
// Type Recording BinaryOpIC, that records the types of the inputs and outputs.
class BinaryOpIC: public IC {
public: