diff options
author | Justin Luth <justin.luth@collabora.com> | 2024-06-17 14:59:06 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2024-06-18 00:20:49 +0200 |
commit | 4376c6db01947637e700b3ece516d0608be1bf29 (patch) | |
tree | 379c6f2ebfada51292603783e1da06f2f00178d0 /compilerplugins/clang | |
parent | d399fad19d002e05a19f0acf069ae9ee1364e32a (diff) |
NFC cleanup duplicate entry in clang/buriedassign.cxx
amid lots of junk, found by sed -i -f ref.sed */*/*.cxx
--------------------ref.sed --------------------
{
N;
s#\([^\n]*\n\)\1#\1#g;
P;
D;
-------------------------------------------------
Change-Id: I2788c098d91b149a3728fd597ee227078ccfc038
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169059
Reviewed-by: Justin Luth <jluth@mail.com>
Tested-by: Jenkins
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/buriedassign.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compilerplugins/clang/buriedassign.cxx b/compilerplugins/clang/buriedassign.cxx index 8c2b13c3a708..2974f84be998 100644 --- a/compilerplugins/clang/buriedassign.cxx +++ b/compilerplugins/clang/buriedassign.cxx @@ -87,8 +87,6 @@ public: return; if (fn == SRCDIR "/basic/source/sbx/sbxvalue.cxx") return; - if (fn == SRCDIR "/basic/source/sbx/sbxvalue.cxx") - return; if (fn == SRCDIR "/sfx2/source/dialog/templdlg.cxx") return; if (fn == SRCDIR "/sfx2/source/view/viewfrm.cxx") |