mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
simplify handleMemoryPressure conditionalization, delete some dead code
Reviewed By: javache Differential Revision: D7803912 fbshipit-source-id: 0bab4be07fc006a208caa75f94b5716c99b5d265
This commit is contained in:
committed by
Facebook Github Bot
parent
09f3d7ab49
commit
042449f24a
@@ -89,9 +89,7 @@ public:
|
||||
|
||||
virtual bool isInspectable() override;
|
||||
|
||||
#ifdef WITH_JSC_MEMORY_PRESSURE
|
||||
virtual void handleMemoryPressure(int pressureLevel) override;
|
||||
#endif
|
||||
|
||||
virtual void destroy() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user