Skip to content

Commit 6d64c10

Browse files
author
William Manning
committed
Remove unused code
1 parent a8ef80c commit 6d64c10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

XCProject.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,6 @@ public bool AddFolder( string folderPath, PBXGroup parent = null, string[] exclu
428428
exclude = new string[] {};
429429
string regexExclude = string.Format( @"{0}", string.Join( "|", exclude ) );
430430

431-
PBXDictionary results = new PBXDictionary();
432-
433431
if( parent == null )
434432
parent = rootGroup;
435433

@@ -528,7 +526,6 @@ public void ApplyMod( XCMod mod )
528526
PBXGroup modGroup = this.GetGroup( mod.group );
529527

530528
Debug.Log( "Adding libraries..." );
531-
PBXGroup librariesGroup = this.GetGroup( "Libraries" );
532529
foreach( XCModFile libRef in mod.libs ) {
533530
string completeLibPath = System.IO.Path.Combine( "usr/lib", libRef.filePath );
534531
this.AddFile( completeLibPath, modGroup, "SDKROOT", true, libRef.isWeak );

0 commit comments

Comments
 (0)