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
This commit is contained in:
parent
0a6a1f9c16
commit
b09e436a8b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue