Index: src/code-stub-assembler.h |
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h |
index 214d534cb2d92e56e3ef12bf9c149d9c41635ac9..12626a775a01857383ce6137265b98e4d833f2e6 100644 |
--- a/src/code-stub-assembler.h |
+++ b/src/code-stub-assembler.h |
@@ -727,13 +727,6 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler { |
Variable* var_right, Node* right_instance_type, |
Label* did_something); |
- // Return the first index >= {from} at which {needle_char} was found in |
- // {string}, or -1 if such an index does not exist. The returned value is |
- // a Smi, {string} is expected to be a String, {needle_char} is an intptr, |
- // and {from} is expected to be tagged. |
- Node* StringIndexOfChar(Node* context, Node* string, Node* needle_char, |
- Node* from); |
- |
Node* StringFromCodePoint(Node* codepoint, UnicodeEncoding encoding); |
// Type conversion helpers. |