Remove unused code pointed by Xcode #70

Merged
tadeuzagallo merged 1 commits from remove-dead-code into master 2015-05-05 08:10:04 -07:00
tadeuzagallo commented 2015-04-24 06:19:51 -07:00 (Migrated from github.com)

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?

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?
vjeux commented 2015-04-24 08:27:10 -07:00 (Migrated from github.com)

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

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
tadeuzagallo commented 2015-04-24 08:49:29 -07:00 (Migrated from github.com)

I've updated the C and Java files. the npm and make tests are ok. If I run the js tests through html files I get 19 failures, but I checked and it's pre-existent. I'll try to fix then on a next PR.

I've updated the C and Java files. the `npm` and `make` tests are ok. If I run the `js` tests through `html` files I get 19 failures, but I checked and it's pre-existent. I'll try to fix then on a next PR.
Sign in to join this conversation.
No description provided.