upgrade kotlin-compiler: 20161108.133759-248

This commit is contained in:
Vasily Levchenko
2016-11-08 17:38:09 +03:00
parent a7bef2d0ee
commit 5b7d0257e8
2 changed files with 1 additions and 2 deletions
@@ -22,7 +22,6 @@ public class K2NativeCompilerArguments extends CommonCompilerArguments {
}
public K2NativeCompilerArguments(K2NativeCompilerArguments arguments) {
super(arguments);
this.outputFile = arguments.outputFile;
this.runtimeFile = arguments.runtimeFile;
this.headers = arguments.headers;