| Index: src/codegen.h
|
| diff --git a/src/codegen.h b/src/codegen.h
|
| index 09907c4a20c94f088c4c1cd0100de1fbbd9dfb5d..53ff2e1a1a939b97be45949fab804788b6d8156c 100644
|
| --- a/src/codegen.h
|
| +++ b/src/codegen.h
|
| @@ -113,18 +113,6 @@ class ElementsTransitionGenerator : public AllStatic {
|
| };
|
|
|
|
|
| -class SeqStringSetCharGenerator : public AllStatic {
|
| - public:
|
| - static void Generate(MacroAssembler* masm,
|
| - String::Encoding encoding,
|
| - Register string,
|
| - Register index,
|
| - Register value);
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(SeqStringSetCharGenerator);
|
| -};
|
| -
|
| -
|
| } } // namespace v8::internal
|
|
|
| #endif // V8_CODEGEN_H_
|
|
|