diff --git a/.gitattributes b/.gitattributes index 9c624a661e..beb53ec367 100644 --- a/.gitattributes +++ b/.gitattributes @@ -417,7 +417,6 @@ components/codetools/codetoolmemmanager.pas svneol=native#text/pascal components/codetools/codetools.inc svneol=native#text/pascal components/codetools/codetools.lpk svneol=native#text/plain components/codetools/codetools.pas svneol=native#text/plain -components/codetools/codetools1.pas svneol=native#text/plain components/codetools/codetoolsconfig.pas svneol=native#text/plain components/codetools/codetoolsstrconsts.pas svneol=native#text/pascal components/codetools/codetoolsstructs.pas svneol=native#text/pascal diff --git a/components/codetools/codetools1.pas b/components/codetools/codetools1.pas deleted file mode 100644 index 99af755b83..0000000000 --- a/components/codetools/codetools1.pas +++ /dev/null @@ -1,31 +0,0 @@ -{ This file was automatically created by Lazarus. do not edit! - This source is only used to compile and install the package. - } - -unit CodeTools1; - -interface - -uses - BasicCodeTools, CacheCodeTools, CCodeParserTool, CodeAtom, CodeBeautifier, - CodeCache, CodeCompletionTool, CodeGraph, CodeTemplatesTool, - CodeToolManager, CodeToolMemManager, CodeToolsConfig, CodeToolsStrConsts, - CodeToolsStructs, CodeTree, CustomCodeTool, DefineTemplates, DirectivesTree, - DirectoryCacher, EventCodeTool, ExprEval, ExtractProcTool, FileProcs, - FindDeclarationCache, FindDeclarationTool, H2PasTool, IdentCompletionTool, - KeywordFuncLists, Laz_DOM, Laz_XMLCfg, Laz_XMLRead, Laz_XMLStreaming, - Laz_XMLWrite, LFMTrees, LinkScanner, MethodJumpTool, MultiKeyWordListTool, - NonPascalCodeTools, PascalParserTool, PascalReaderTool, PPUCodeTools, - PPUGraph, PPUParser, ResourceCodeTool, SourceChanger, SourceLog, - StdCodeTools, AllCodeToolUnits, CodeIndex, FindOverloads, PascalExpr, - LazarusPackageIntf; - -implementation - -procedure Register; -begin -end; - -initialization - RegisterPackage('CodeTools1', @Register); -end.