Remove unused code pointed by Xcode #70
Reference in New Issue
Block a user
No description provided.
Delete Branch "remove-dead-code"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Xcode analyze tool pointed out this dead code on react-native, I double checked and everything is still alright after removing it... Was it supposed to be used or can it really just be removed?
If the tests are still passing this is good to me! Can you run make to also remove the obj-c and java parts? Thx
I've updated the C and Java files. the
npm
andmake
tests are ok. If I run thejs
tests throughhtml
files I get 19 failures, but I checked and it's pre-existent. I'll try to fix then on a next PR.