LMs // Remove consolidation process from LMCoreNS.

This commit is contained in:
ShikiSuen 2022-05-29 11:28:38 +08:00
parent 322d2512ae
commit 33292cd32c
1 changed files with 0 additions and 5 deletions

View File

@ -80,11 +80,6 @@ extension vChewing {
return false
}
if allowConsolidation {
LMConsolidator.fixEOF(path: path)
LMConsolidator.consolidate(path: path, pragma: true)
}
do {
let rawData = try Data(contentsOf: URL(fileURLWithPath: path))
let rawPlist = try PropertyListSerialization.propertyList(from: rawData, format: nil) as! [String: [Data]]