From 41c97f0864915dfcfbeb22f626ff32d49f40b85e Mon Sep 17 00:00:00 2001 From: maxim Date: Thu, 14 Mar 2019 23:39:11 +0000 Subject: [PATCH] PoChecker: removed unused boilerplate constructors from TPoFamily class git-svn-id: trunk@60674 - --- components/pochecker/pofamilies.pp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/components/pochecker/pofamilies.pp b/components/pochecker/pofamilies.pp index 13c71a3779..356955b946 100644 --- a/components/pochecker/pofamilies.pp +++ b/components/pochecker/pofamilies.pp @@ -61,8 +61,6 @@ Type procedure DoTestStart(const ATestName, APoFileName: String); procedure DoTestEnd(const ATestName: String; const ErrorCount: Integer); public - constructor Create; - constructor Create(const MasterName: String); constructor Create(const AMasterName, AChildName: String); destructor Destroy; override; @@ -360,16 +358,6 @@ begin FChildName := AValue; end; -constructor TPoFamily.Create; -begin - Create('',''); -end; - -constructor TPoFamily.Create(const MasterName: String); -begin - Create(MasterName, ''); -end; - constructor TPoFamily.Create(const AMasterName, AChildName: String); begin if (AMasterName <> '') then