Skip to content

Commit

Permalink
Remove a redundant ReloadAllImported() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jan 31, 2017
1 parent 6e88eae commit 2794242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/climain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2794242

Please sign in to comment.