| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index e27662e0e3aa706900ab1d4960b3ccb23444a324..11d5341ecab48ee877a05f3ceb7b5d56a80cc287 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -497,11 +497,6 @@ class FullCodeGenerator: public AstVisitor {
|
| INLINE_RUNTIME_FUNCTION_LIST(EMIT_INLINE_RUNTIME_CALL)
|
| #undef EMIT_INLINE_RUNTIME_CALL
|
|
|
| - void EmitSeqStringSetCharCheck(Register string,
|
| - Register index,
|
| - Register value,
|
| - uint32_t encoding_mask);
|
| -
|
| // Platform-specific code for resuming generators.
|
| void EmitGeneratorResume(Expression *generator,
|
| Expression *value,
|
|
|