diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-10 17:42:52 +0200 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-05-15 00:01:31 +0200 |
commit | b09e436a8b821d6a31d29de99ca610eaf8619c43 (patch) | |
tree | be8a7c3a2c60b04ec99eaabcf67a324c890f3bec /bin/find-unused-using.sh | |
parent | 0a6a1f9c161a676df7f7eb96a346e73266bef3b6 (diff) |
Remove obsolete TODO
This was implemented recently with find-unneeded-includes --ns
Change-Id: I703f68890f383a474ca33e0b2e122f9f0420a829
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167636
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'bin/find-unused-using.sh')
-rwxr-xr-x | bin/find-unused-using.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/find-unused-using.sh b/bin/find-unused-using.sh index 3521f64f49fd..5aa6e34abcb6 100755 --- a/bin/find-unused-using.sh +++ b/bin/find-unused-using.sh @@ -5,7 +5,6 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. #!/bin/bash -# TODO search also for 'using namespace com/::com/css' - this is likely the fattest target and clang-tidy can't do it for ns in accessibility basegfx chart com css cppu comphelper connectivity formula dbtools editeng rtl sfx2 svt osl oox sax_fastparser sal sd ucbhelper utl vcl xmloff; do echo "Searching for namespace: $ns"; # search in cxx files, excluding URE headers, plus some files with false positives |