Minor: removed clear method from DirtyOutputClassesMap
It's already has clean method from BasicMap
This commit is contained in:
@@ -252,7 +252,7 @@ public class IncrementalCacheImpl(targetDataRoot: File) : StorageOwner, Incremen
|
|||||||
constantsMap.remove(className)
|
constantsMap.remove(className)
|
||||||
inlineFunctionsMap.remove(className)
|
inlineFunctionsMap.remove(className)
|
||||||
}
|
}
|
||||||
dirtyOutputClassesMap.clear()
|
dirtyOutputClassesMap.clean()
|
||||||
return recompilationDecision
|
return recompilationDecision
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -732,10 +732,6 @@ public class IncrementalCacheImpl(targetDataRoot: File) : StorageOwner, Incremen
|
|||||||
return storage.getAllKeysWithExistingMapping()
|
return storage.getAllKeysWithExistingMapping()
|
||||||
}
|
}
|
||||||
|
|
||||||
public fun clear() {
|
|
||||||
storage.getAllKeysWithExistingMapping().forEach { storage.remove(it) }
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun dumpValue(value: Boolean) = ""
|
override fun dumpValue(value: Boolean) = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user