Remove useless declaration

This commit is contained in:
Yuriy Skalko 2020-12-15 09:25:28 +02:00
parent db52066d6a
commit cbd1b3a2d4

View File

@ -55,8 +55,6 @@ private:
///
class Impl;
///
friend class Impl;
///
Impl * const pimpl_;
/// one-shot or repeating
Type type;