Remove a redundant ReloadAllImported() call.

pull/97/merge
whitequark 2017-01-31 02:20:10 +00:00
parent 6e88eaef69
commit 279424290b
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ static bool RunCommand(const std::vector<std::string> args) {
outputPattern = "%.slvs";
runner = [&](const std::string &output) {
SS.ReloadAllImported();
SS.SaveToFile(output);
};
} else {