| Index: src/frames.h
|
| diff --git a/src/frames.h b/src/frames.h
|
| index 3dd6e93681b677cc336d51a4a121e2257704f943..5972562264fa01c88edf5a98ddd0486e43974cc9 100644
|
| --- a/src/frames.h
|
| +++ b/src/frames.h
|
| @@ -930,13 +930,6 @@ class StackFrameLocator BASE_EMBEDDED {
|
| };
|
|
|
|
|
| -// Used specify the type of prologue to generate.
|
| -enum PrologueFrameMode {
|
| - BUILD_FUNCTION_FRAME,
|
| - BUILD_STUB_FRAME
|
| -};
|
| -
|
| -
|
| // Reads all frames on the current stack and copies them into the current
|
| // zone memory.
|
| Vector<StackFrame*> CreateStackMap(Isolate* isolate, Zone* zone);
|
|
|