| Index: src/mips/code-stubs-mips.h
|
| diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h
|
| index 09bcaff64299a4ac60f7dc9da0aef329443c4a65..561f882290c4f8d2153bda4fe64ea33d58c099b3 100644
|
| --- a/src/mips/code-stubs-mips.h
|
| +++ b/src/mips/code-stubs-mips.h
|
| @@ -28,19 +28,6 @@ class StringHelper : public AllStatic {
|
| Register scratch,
|
| String::Encoding encoding);
|
|
|
| -
|
| - // Generate string hash.
|
| - static void GenerateHashInit(MacroAssembler* masm,
|
| - Register hash,
|
| - Register character);
|
| -
|
| - static void GenerateHashAddCharacter(MacroAssembler* masm,
|
| - Register hash,
|
| - Register character);
|
| -
|
| - static void GenerateHashGetHash(MacroAssembler* masm,
|
| - Register hash);
|
| -
|
| // Compare two flat ASCII strings and returns result in v0.
|
| static void GenerateCompareFlatAsciiStrings(MacroAssembler* masm,
|
| Register left,
|
|
|