| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 663f94af8b055745d91b8edd7509c2937d378727..6bcddfbd620f6a05157b36c745076f18fd45935d 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -512,8 +512,6 @@ class FullCodeGenerator: public AstVisitor {
|
| F(NewObject) \
|
| F(ValueOf) \
|
| F(StringCharFromCode) \
|
| - F(OneByteSeqStringSetChar) \
|
| - F(TwoByteSeqStringSetChar) \
|
| F(IsJSReceiver) \
|
| F(MathPow) \
|
| F(HasCachedArrayIndex) \
|
|
|