diff options
author | Ben Woosley <ben.woosley@gmail.com> | 2020-02-12 12:28:26 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-09-02 13:17:46 +0800 |
commit | 93551862a18965bcee0c883c54807e8726e2f50f (patch) | |
tree | 8597b629b4795006ccafa65a2aba04cc8b5b5f15 /test/lint | |
parent | 77e77e8544c7df5981da9795cda5f1aaa99f73af (diff) |
Replace use of boost::trim use with locale-independent TrimString
Diffstat (limited to 'test/lint')
-rwxr-xr-x | test/lint/lint-locale-dependence.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh index 737d35a397..3ac2d10959 100755 --- a/test/lint/lint-locale-dependence.sh +++ b/test/lint/lint-locale-dependence.sh @@ -42,7 +42,6 @@ KNOWN_VIOLATIONS=( "src/bitcoin-tx.cpp.*trim_right" "src/dbwrapper.cpp.*stoul" "src/dbwrapper.cpp:.*vsnprintf" - "src/httprpc.cpp.*trim" "src/node/blockstorage.cpp:.*atoi" "src/qt/rpcconsole.cpp:.*atoi" "src/rest.cpp:.*strtol" |