Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Dec 29, 2023
1 parent 4f78c27 commit 96543c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spellcheck/third_party/hunspell_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ struct PathPair {
return result;
#endif // !Q_OS_WIN
};
const auto affPath = convert(aff);
const auto dicPath = convert(dic);

return {
.aff = convert(aff),
Expand Down

0 comments on commit 96543c1

Please sign in to comment.