Skip to content

Commit

Permalink
Remove HAS_JS_WEAK_OBJECTS definition (#4105)
Browse files Browse the repository at this point in the history
## Summary

I noticed that `HAS_JS_WEAK_OBJECTS` is no longer used so it makes sense
to remove it from our codebase.

## Test plan

Just see if the Example and FabricExample apps compile.
  • Loading branch information
tomekzaw authored Feb 24, 2023
1 parent d9a55c5 commit 84ef868
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Common/cpp/SharedItems/Shareables.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include "RuntimeManager.h"
#include "Scheduler.h"

#define HAS_JS_WEAK_OBJECTS (JS_RUNTIME_HERMES || JS_RUNTIME_V8)

using namespace facebook;

namespace reanimated {
Expand Down

0 comments on commit 84ef868

Please sign in to comment.