compilerplugins/clang/buriedassign.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 4376c6db01947637e700b3ece516d0608be1bf29
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Mon Jun 17 14:59:06 2024 -0400
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Tue Jun 18 00:20:49 2024 +0200

    NFC cleanup duplicate entry in clang/buriedassign.cxx
    
    amid lots of junk, found by   sed -i -f ref.sed */*/*.cxx
    --------------------ref.sed --------------------
    {
    N;
    s#\([^
]*
\)##g;
    P;
    D;
    -------------------------------------------------
    
    Change-Id: I2788c098d91b149a3728fd597ee227078ccfc038
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169059
    Reviewed-by: Justin Luth <jl...@mail.com>
    Tested-by: Jenkins

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")

Reply via email to