diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-09 20:22:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 14:29:30 +0100 |
commit | feb8164afa67d3e2e5fe27dd01c5101d6d0cb847 (patch) | |
tree | 3826f9558fa30a6806f10d6124028dc0d1e29a63 /compilerplugins/clang | |
parent | 47ad7497f736b27c23667e0754cd686b78b60744 (diff) |
drop newly unused code and macros
Change-Id: I4b3fe1d7a62305f04589bd05a80aa771910a4f98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112246
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/constantparam.numbers.results | 4 | ||||
-rwxr-xr-x | compilerplugins/clang/countusersofdefaultparams.py | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/compilerplugins/clang/constantparam.numbers.results b/compilerplugins/clang/constantparam.numbers.results index 7759f40f512d..b03d0ff7c507 100644 --- a/compilerplugins/clang/constantparam.numbers.results +++ b/compilerplugins/clang/constantparam.numbers.results @@ -730,10 +730,6 @@ include/sfx2/app.hxx:87 void SfxLinkItem::SfxLinkItem(unsigned short,const class Link<const class SfxPoolItem *, void> &) unsigned short nWhichId 5646 -include/sfx2/childwin.hxx:138 - void SfxChildWindowContext::RegisterChildWindowContext(class SfxModule *,unsigned short,class std::unique_ptr<struct SfxChildWinContextFactory, struct std::default_delete<struct SfxChildWinContextFactory> >) - unsigned short - 10366 include/sfx2/ctrlitem.hxx:91 void SfxStatusForwarder::SfxStatusForwarder(unsigned short,class SfxControllerItem &) unsigned short nSlotId diff --git a/compilerplugins/clang/countusersofdefaultparams.py b/compilerplugins/clang/countusersofdefaultparams.py index 57af9ea29caa..a53c17283c14 100755 --- a/compilerplugins/clang/countusersofdefaultparams.py +++ b/compilerplugins/clang/countusersofdefaultparams.py @@ -47,8 +47,6 @@ for k,v in callDict.iteritems(): continue if k.endswith("::RegisterChildWindow(_Bool,class SfxModule *,enum SfxChildWindowFlags)"): continue - if k.endswith("::RegisterChildWindowContext(unsigned short,class SfxModule *)"): - continue if k.endswith("::RegisterControl(unsigned short,class SfxModule *)"): continue if k.endswith("::RegisterFactory(unsigned short)"): |