Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 75338920c1836f1c54811b7c20a1046f99eed0b9..9d4cfd66ce8be29a6013b90619b90b4e8a34940a 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4051,10 +4051,6 @@ class SeqString: public String { |
// Casting. |
static inline SeqString* cast(Object* obj); |
- // Dispatched behaviour. |
- // For regexp code. |
- uint16_t* SeqStringGetTwoByteAddress(); |
- |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(SeqString); |
}; |