bin/find-unused-using.sh |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b09e436a8b821d6a31d29de99ca610eaf8619c43
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Wed Apr 10 17:42:52 2024 +0200
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Wed May 15 00:01:31 2024 +0200

    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.ext...@allotropia.de>
    Tested-by: Jenkins

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

Reply via email to