ClangSupport: Clean up destructors

Clean up destructors in the class hierarchy based on IpcInterface.

Change-Id: Ia79784243858fff619a9df534384a7bca18f2bd0
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Tobias Hunger
2019-12-04 11:36:53 +01:00
parent d29611be86
commit 39095944ff
11 changed files with 5 additions and 29 deletions

View File

@@ -30,9 +30,6 @@
namespace ClangBackEnd {
class IpcServerInterface : public IpcInterface
{
protected:
~IpcServerInterface() = default;
};
{};
} // namespace ClangBackEnd