Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Aug 18, 2024
1 parent f7ee225 commit 379e38e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace i18n_check

for (const auto& excItem : excluded)
{
std::error_code ec;
if (std::filesystem::exists(excItem))
{
if (std::filesystem::is_directory(excItem))
Expand Down

0 comments on commit 379e38e

Please sign in to comment.