diff --git a/components/lazdebuggers/lazdebugtestbase/lazdebugtestbase.pas b/components/lazdebuggers/lazdebugtestbase/lazdebugtestbase.pas index 19b712ba4f..8cf1a27e4f 100644 --- a/components/lazdebuggers/lazdebugtestbase/lazdebugtestbase.pas +++ b/components/lazdebuggers/lazdebugtestbase/lazdebugtestbase.pas @@ -11,14 +11,8 @@ uses TestDbgConfig, TestDbgTestSuites, TTestDbgExecuteables, TestDbgCompilerProcess, TestDbgControlForm, TestDbgControl, TestOutputLogger, TTestDebuggerClasses, TTestWatchUtilities, - TestCommonSources, LazarusPackageIntf; + TestCommonSources; implementation -procedure Register; -begin -end; - -initialization - RegisterPackage('LazDebugTestBase', @Register); end.