Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant call to Serialize() in ConfigItem::Commit()
The very same object is already serialized a few lines above, the result is even stored in a variable, but that variable was not used before. Simply using this variable results in a noticeable improvement of config validation times.
- Loading branch information