Remove a redundant ReloadAllImported() call.
This commit is contained in:
parent
6e88eaef69
commit
279424290b
|
@ -279,7 +279,6 @@ static bool RunCommand(const std::vector<std::string> args) {
|
||||||
outputPattern = "%.slvs";
|
outputPattern = "%.slvs";
|
||||||
|
|
||||||
runner = [&](const std::string &output) {
|
runner = [&](const std::string &output) {
|
||||||
SS.ReloadAllImported();
|
|
||||||
SS.SaveToFile(output);
|
SS.SaveToFile(output);
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user