Remove size() from setup() when copying to settings()

Related: #3412 #3483
This commit is contained in:
Jakub Valtar
2015-07-29 17:39:10 -04:00
parent ecae4472d3
commit 30ad88a458

View File

@@ -257,8 +257,7 @@ public class JavaBuild {
return null;
}
//System.out.format("size() is '%s'%n", info[0]);
/*
// Remove the size() statement (will be added back by writeFooter())
if (sizeInfo != null) {
String sizeStatement = sizeInfo.getStatement();
@@ -267,7 +266,6 @@ public class JavaBuild {
bigCode.delete(index, index + sizeStatement.length());
}
}
*/
PreprocessorResult result;
try {