From b09e436a8b821d6a31d29de99ca610eaf8619c43 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 10 Apr 2024 17:42:52 +0200 Subject: 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 Tested-by: Jenkins --- bin/find-unused-using.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/find-unused-using.sh') 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 -- cgit