| Index: runtime/vm/runtime_entry.h
|
| diff --git a/runtime/vm/runtime_entry.h b/runtime/vm/runtime_entry.h
|
| index 391a312b9b24145289bbe1a5155216fba9899aa2..fe8e0df4e452d4adc254313bf499a43e56e94e4d 100644
|
| --- a/runtime/vm/runtime_entry.h
|
| +++ b/runtime/vm/runtime_entry.h
|
| @@ -55,7 +55,6 @@ typedef void (*RuntimeFunction)(NativeArguments arguments);
|
| V(InitStaticField) \
|
| V(GrowRegExpStack) \
|
| V(CompileFunction) \
|
| - V(TestSmiSub) \
|
|
|
| #define LEAF_RUNTIME_ENTRY_LIST(V) \
|
| V(void, PrintStopMessage, const char*) \
|
| @@ -63,7 +62,6 @@ typedef void (*RuntimeFunction)(NativeArguments arguments);
|
| V(void, DeoptimizeFillFrame, uword) \
|
| V(void, StoreBufferBlockProcess, Thread*) \
|
| V(intptr_t, BigintCompare, RawBigint*, RawBigint*) \
|
| - V(RawObject*, TestLeafSmiAdd, RawObject*, RawObject*) \
|
|
|
|
|
| enum RuntimeFunctionId {
|
|
|