IOS: Removes an unused local variable
This commit is contained in:
parent
cfa9172a6e
commit
d265b80fbf
1 changed files with 0 additions and 3 deletions
|
@ -686,9 +686,6 @@ void XcodeProvider::setupResourcesBuildPhase() {
|
||||||
void XcodeProvider::setupSourcesBuildPhase() {
|
void XcodeProvider::setupSourcesBuildPhase() {
|
||||||
_sourcesBuildPhase.comment = "PBXSourcesBuildPhase";
|
_sourcesBuildPhase.comment = "PBXSourcesBuildPhase";
|
||||||
|
|
||||||
// Setup source file properties
|
|
||||||
std::map<std::string, FileProperty> properties;
|
|
||||||
|
|
||||||
// Same as for containers: a rule for each native target
|
// Same as for containers: a rule for each native target
|
||||||
for (unsigned int i = 0; i < _targets.size(); i++) {
|
for (unsigned int i = 0; i < _targets.size(); i++) {
|
||||||
const std::string &targetName = _targets[i];
|
const std::string &targetName = _targets[i];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue