From 43a66453c5b04d5ee877ef80dca15f90c697e536 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 10 May 2019 11:06:46 +0200 Subject: Clean up class definitions of makefile generators Remove pointless constructors and destructors. Change-Id: I7aea8587bf3598b6f5324aac8898edf227475d63 Reviewed-by: Christian Kandeler --- qmake/generators/win32/mingw_make.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qmake/generators/win32/mingw_make.cpp') diff --git a/qmake/generators/win32/mingw_make.cpp b/qmake/generators/win32/mingw_make.cpp index eb771a695a..325823e1d9 100644 --- a/qmake/generators/win32/mingw_make.cpp +++ b/qmake/generators/win32/mingw_make.cpp @@ -38,10 +38,6 @@ QT_BEGIN_NAMESPACE -MingwMakefileGenerator::MingwMakefileGenerator() : Win32MakefileGenerator() -{ -} - QString MingwMakefileGenerator::escapeDependencyPath(const QString &path) const { QString ret = path; -- cgit v1.2.3