Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index abd35c08ca484efcdfa5306dfa8979d2c6cc9f89..0d66f691306099788b84d0d9be38d8fc4810348b 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -822,8 +822,6 @@ class Runtime : public AllStatic { |
static int StringMatch(Isolate* isolate, Handle<String> sub, |
Handle<String> pat, int index); |
- static bool IsUpperCaseChar(RuntimeState* runtime_state, uint16_t ch); |
- |
// TODO(1240886): Some of the following methods are *not* handle safe, but |
// accept handle arguments. This seems fragile. |