From 6056a0e320f0aabbde7adb28c42e00ed72ef2e5b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 11 Oct 2023 11:25:12 +0200 Subject: loplugin:unusedmethods Change-Id: I27782fb4b912d8b0d5f19cbe296c2a3b98b2bfd7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157818 Tested-by: Jenkins Reviewed-by: Noel Grandin --- ucbhelper/source/client/interceptedinteraction.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ucbhelper/source/client/interceptedinteraction.cxx') 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) { -- cgit