From b19b69df02c3b7a6ed06434bc5a21159ba22e7c2 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 5 Oct 2022 15:41:31 +0200 Subject: [PATCH] remove useless lines: fix review comment Signed-off-by: Matthieu Gallien --- src/libsync/clientsideencryption.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libsync/clientsideencryption.h b/src/libsync/clientsideencryption.h index 7e7e6d059..ec51de61b 100644 --- a/src/libsync/clientsideencryption.h +++ b/src/libsync/clientsideencryption.h @@ -113,9 +113,6 @@ private: }; } -namespace { -} - class OWNCLOUDSYNC_EXPORT ClientSideEncryption : public QObject { Q_OBJECT public: -- 2.30.2