| Index: src/ast-value-factory.h
|
| diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
|
| index e70271f96ed3f76c5e5dbb7f241846ddff66cb76..51ee27714f72536861554a43d02a9b45c1ddf716 100644
|
| --- a/src/ast-value-factory.h
|
| +++ b/src/ast-value-factory.h
|
| @@ -278,10 +278,6 @@ class AstValueFactory {
|
| }
|
|
|
| const AstRawString* GetOneByteString(Vector<const uint8_t> literal);
|
| - const AstRawString* GetOneByteString(const char* string) {
|
| - return GetOneByteString(Vector<const uint8_t>(
|
| - reinterpret_cast<const uint8_t*>(string), StrLength(string)));
|
| - }
|
| const AstRawString* GetTwoByteString(Vector<const uint16_t> literal);
|
| const AstRawString* GetString(Handle<String> literal);
|
| const AstConsString* NewConsString(const AstString* left,
|
|
|