summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sallogareas.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-09-06 08:21:30 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-09-06 12:25:32 +0200
commit1da035600affe1b79854f0089009c4fadd19e251 (patch)
treecf66d1a1c6e54fd97bdea98d5f57120413814a77 /compilerplugins/clang/sallogareas.cxx
parent1d3ba3ba5dfd55dccc71b671645dced82795b31d (diff)
drop unused eventtesting cmd line option
Change-Id: I90edb80f3b414cbe0a81ecccbf1080106708a131 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172933 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'compilerplugins/clang/sallogareas.cxx')
-rw-r--r--compilerplugins/clang/sallogareas.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/sallogareas.cxx b/compilerplugins/clang/sallogareas.cxx
index f20c7f347e2f..d1f111c1e666 100644
--- a/compilerplugins/clang/sallogareas.cxx
+++ b/compilerplugins/clang/sallogareas.cxx
@@ -181,7 +181,7 @@ void SalLogAreas::checkArea( StringRef area, SourceLocation location )
|| area == "sw.uno"
|| area == "vcl.layout" || area == "vcl.a11y"
|| area == "vcl.gdi.fontmetric" || area == "vcl.opengl"
- || area == "vcl.harfbuzz" || area == "vcl.eventtesting"
+ || area == "vcl.harfbuzz"
|| area == "vcl.schedule" || area == "vcl.unity"
|| area == "xmlsecurity.comp"
)