Clean up unused macros after consolidation

Reviewed By: mzlee

Differential Revision: D6954781

fbshipit-source-id: 0ec78e6f7f2780951ac008e9b12f41cfd5441ed5
This commit is contained in:
Jonathan Kim
2018-02-09 16:00:46 -08:00
committed by Facebook Github Bot
parent 1a790f8703
commit e233646d09
2 changed files with 1 additions and 11 deletions

View File

@@ -42,14 +42,6 @@ def react_native_target(path):
return '//ReactAndroid/src/main/' + path
def android_react_native_target(path):
return react_native_target(path)
def apple_react_native_target(path):
return react_native_target(path)
# Example: react_native_xplat_target('bridge:bridge')
def react_native_xplat_target(path):
return '//ReactCommon/' + path