diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-10-11 11:25:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-10-12 16:11:29 +0200 |
commit | 6056a0e320f0aabbde7adb28c42e00ed72ef2e5b (patch) | |
tree | d15bcc67ab18ecf32d769e3251d81c4c2aaf83f8 /ucbhelper | |
parent | ff5863d46c1730c65f27f3f6234d71b727af5ca9 (diff) |
loplugin:unusedmethods
Change-Id: I27782fb4b912d8b0d5f19cbe296c2a3b98b2bfd7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157818
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/client/interceptedinteraction.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ucbhelper/source/client/interceptedinteraction.cxx b/ucbhelper/source/client/interceptedinteraction.cxx index e7413feecac9..15b1b318bdac 100644 --- a/ucbhelper/source/client/interceptedinteraction.cxx +++ b/ucbhelper/source/client/interceptedinteraction.cxx @@ -23,10 +23,6 @@ namespace ucbhelper{ -InterceptedInteraction::InterceptedInteraction() -{ -} - InterceptedInteraction::InterceptedInteraction(std::span< const InterceptedRequest > lInterceptions) : m_lInterceptions(lInterceptions) { |