Drop -Xrepeat flag

This flag hadn't been maintained for a long time and isn't working
properly at the moment.
This commit is contained in:
Dmitry Savvinov
2018-03-28 18:21:46 +03:00
parent e3073be726
commit c3745c9040
6 changed files with 20 additions and 66 deletions
@@ -71,14 +71,6 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
@Argument(value = "-Xno-inline", description = "Disable method inlining")
var noInline: Boolean by FreezableVar(false)
// TODO Remove in 1.0
@Argument(
value = "-Xrepeat",
valueDescription = "<count>",
description = "Repeat compilation (for performance analysis)"
)
var repeat: String? by FreezableVar(null)
@Argument(
value = "-Xskip-metadata-version-check",
description = "Load classes with bad metadata version anyway (incl. pre-release classes)"