Chromium Code Reviews| Index: src/ic.h |
| diff --git a/src/ic.h b/src/ic.h |
| index 19146acc7ca5217076ed9d9620dbaf53749420a2..d126a29375939f5b98e07cb6f707c7386fcf13df 100644 |
| --- a/src/ic.h |
| +++ b/src/ic.h |
| @@ -170,11 +170,8 @@ class IC { |
| bool is_target_set() { return target_set_; } |
| -#ifdef DEBUG |
| char TransitionMarkFromState(IC::State state); |
| - |
| void TraceIC(const char* type, Handle<Object> name); |
| -#endif |
| MaybeHandle<Object> TypeError(const char* type, |
| Handle<Object> object, |