Do not let macros mess with shape of JSExecutor's vtable

Reviewed By: mhorowitz

Differential Revision: D5750246

fbshipit-source-id: b9b428bb301abe208075d409b1a08cde070b17d8
This commit is contained in:
Michał Gregorczyk 2017-09-01 09:01:26 -07:00 committed by Facebook Github Bot
parent 4cba3abf06
commit 8ffe131dad
1 changed files with 0 additions and 2 deletions

View File

@ -73,9 +73,7 @@ public:
return nullptr;
}
#ifdef WITH_JSC_MEMORY_PRESSURE
virtual void handleMemoryPressure(int pressureLevel) {}
#endif
virtual void destroy() {}
virtual ~JSExecutor() {}