| 4443 | } |
| 4444 | |
| 4445 | BF_EXPORT void BF_CALLTYPE BfSystem_RemoveOldData(BfSystem* bfSystem) |
| 4446 | { |
| 4447 | bfSystem->RemoveOldData(); |
| 4448 | } |
| 4449 | |
| 4450 | BF_EXPORT void BF_CALLTYPE BfSystem_NotifyWillRequestLock(BfSystem* bfSystem, int priority) |
| 4451 | { |
nothing calls this directly
no test coverage detected