diff options
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) { |