| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index b2dc0afe30c70323829fa97c7f795fb9ec54ce2a..420e385a492880ac2ed05a41a63a3c748c4126d0 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -22,7 +22,6 @@ namespace internal {
|
| #define CODE_STUB_LIST_ALL_PLATFORMS(V) \
|
| /* PlatformCodeStubs */ \
|
| V(ArrayConstructor) \
|
| - V(AtomicsLoad) \
|
| V(BinaryOpICWithAllocationSite) \
|
| V(CallApiCallback) \
|
| V(CallApiGetter) \
|
| @@ -3149,14 +3148,6 @@ class ToObjectStub final : public HydrogenCodeStub {
|
| DEFINE_HYDROGEN_CODE_STUB(ToObject, HydrogenCodeStub);
|
| };
|
|
|
| -class AtomicsLoadStub : public PlatformCodeStub {
|
| - public:
|
| - explicit AtomicsLoadStub(Isolate* isolate) : PlatformCodeStub(isolate) {}
|
| -
|
| - DEFINE_CALL_INTERFACE_DESCRIPTOR(AtomicsLoad);
|
| - DEFINE_PLATFORM_CODE_STUB(AtomicsLoad, PlatformCodeStub);
|
| -};
|
| -
|
| #undef DEFINE_CALL_INTERFACE_DESCRIPTOR
|
| #undef DEFINE_PLATFORM_CODE_STUB
|
| #undef DEFINE_HANDLER_CODE_STUB
|
|
|