Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused MISC::count_str() #957

Merged
merged 1 commit into from Apr 9, 2022

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Apr 9, 2022

MISC::count_str()が使われていないとcppcheck 2.6.2に指摘されたため整理します。

commit 548112f (2008-08)
で呼び出し元が削除されてから使われていませんでした。

cppcheckのレポート

src/jdlib/miscutil.cpp:525:0: style: The function 'count_str' is never used. [unusedFunction]

`MISC::count_str()`が使われていないと
cppcheck 2.6.2に指摘されたため整理します。

commit 548112f (2008-08)
で呼び出し元が削除されてから使われていませんでした。

cppcheckのレポート
```
src/jdlib/miscutil.cpp:525:0: style: The function 'count_str' is never used. [unusedFunction]
```
@ma8ma ma8ma added the refactoring コードの整理 (バグ修正でも機能変更でもない) label Apr 9, 2022
@ma8ma ma8ma merged commit 237f0f3 into JDimproved:master Apr 9, 2022
@ma8ma ma8ma deleted the remove-unused-misc-count_str branch April 9, 2022 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring コードの整理 (バグ修正でも機能変更でもない)
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant