This commit is contained in:
Francis ANDRE 2018-09-25 15:14:31 +02:00
parent 75984fa2ec
commit ed1069761c

View File

@ -174,7 +174,6 @@ File toStatic(File staticFile, Platform platform) {
return new File(parent, name);
}
File toPDB(File binaryFile) {
println 'prefixByPoco=' + binaryFile
String name = binaryFile.getName()
File parent = binaryFile.getParentFile()
int extensionSeparator = name.lastIndexOf('.')