Skip to content

Commit

Permalink
Remove unreferenced RCTWeakProxy
Browse files Browse the repository at this point in the history
Summary:
Changelog:
[iOS][Removed] - Removed unused RCTWeakProxy helper

allow-large-files

Reviewed By: sammy-SC

Differential Revision: D43039589

fbshipit-source-id: 9398dfe2f052a63757823018d7072a56271eabac
  • Loading branch information
javache authored and facebook-github-bot committed Feb 8, 2023
1 parent cab865b commit 2fbefff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
1 change: 0 additions & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ REACT_PUBLIC_HEADERS = {
"React/RCTView.h": RCTVIEWS_PATH + "RCTView.h",
"React/RCTViewManager.h": RCTVIEWS_PATH + "RCTViewManager.h",
"React/RCTViewUtils.h": RCTVIEWS_PATH + "RCTViewUtils.h",
"React/RCTWeakProxy.h": RCTBASE_PATH + "RCTWeakProxy.h",
"React/RCTWrapperViewController.h": RCTVIEWS_PATH + "RCTWrapperViewController.h",
"React/UIView+React.h": RCTVIEWS_PATH + "UIView+React.h",
}
Expand Down
16 changes: 0 additions & 16 deletions React/Base/RCTWeakProxy.h

This file was deleted.

30 changes: 0 additions & 30 deletions React/Base/RCTWeakProxy.m

This file was deleted.

0 comments on commit 2fbefff

Please sign in to comment.