Remove dead objc setup code#12073
Conversation
|
@trybka continuing from #12046 (comment) if no one references |
|
Good find on |
|
I will push a second commit with that assumption after I validate I can build our app without that attribute |
|
if all it was doing was adding that implicit attribute, I would assume that someone would have to reference or |
That's my understanding, yes. |
|
+cc @googlewalt as an FYI |
| @@ -1,7 +0,0 @@ | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
hrm based on the code in rules_apple, this might work inside google? https://github.com/bazelbuild/rules_apple/blob/0a1cbce9b3d169269313aba1113d2aa0a8c3c514/apple/internal/testing/apple_test_rule_support.bzl#L124-L128
trybka
left a comment
There was a problem hiding this comment.
Let's put the apple_sdk flag back for now, there are more references to it internally, and we'd need to clean them up.
You can probably still remove the getters and whatnot
|
added that flag back |
|
Thanks a ton!~ |
This appears to be unused