Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 37537) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2994,7 +2994,6 @@ |
| kUnoptStaticCall, // Call to a known target via a stub. |
| kClosureCall, // Closure call. |
| kRuntimeCall, // Runtime call. |
| - kReturn, // Return from function. |
| kOsrEntry, // OSR entry point in unoptimized code. |
| kOther |
| }; |