Minor cleanup

This commit is contained in:
Mikhail Glukhikh
2017-08-07 13:20:35 +03:00
parent 666c241479
commit 1264ed7c86
@@ -93,7 +93,6 @@ class IncrementalJvmCompilerRunner(
private val changesRegistry: ChangesRegistry? = null
) {
private var anyClassesCompiled: Boolean = false
private set
private val cacheDirectory = File(workingDir, CACHES_DIR_NAME)
private val dirtySourcesSinceLastTimeFile = File(workingDir, DIRTY_SOURCES_FILE_NAME)
private val lastBuildInfoFile = File(workingDir, LAST_BUILD_INFO_FILE_NAME)