LMs // Remove consolidation process from LMCoreNS.
This commit is contained in:
parent
322d2512ae
commit
33292cd32c
|
@ -80,11 +80,6 @@ extension vChewing {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if allowConsolidation {
|
|
||||||
LMConsolidator.fixEOF(path: path)
|
|
||||||
LMConsolidator.consolidate(path: path, pragma: true)
|
|
||||||
}
|
|
||||||
|
|
||||||
do {
|
do {
|
||||||
let rawData = try Data(contentsOf: URL(fileURLWithPath: path))
|
let rawData = try Data(contentsOf: URL(fileURLWithPath: path))
|
||||||
let rawPlist = try PropertyListSerialization.propertyList(from: rawData, format: nil) as! [String: [Data]]
|
let rawPlist = try PropertyListSerialization.propertyList(from: rawData, format: nil) as! [String: [Data]]
|
||||||
|
|
Loading…
Reference in New Issue