From 7176cc0fce3dbd364221775a340f5c34ca0a964a Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Wed, 20 Sep 2023 22:43:41 +0200 Subject: [PATCH] Remove duplicate entries from `CondTools/RunInfo/plugins/BuildFile.xml` As far as I can tell, the following lines are duplicated in this file: ```xml ``` This unneccessarily confuses my BuildFile to CMake conversion tools, and I think it would be better to not have duplicated plugin declarations in general. --- CondTools/RunInfo/plugins/BuildFile.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CondTools/RunInfo/plugins/BuildFile.xml b/CondTools/RunInfo/plugins/BuildFile.xml index 7463d7150b208..9616cb9213904 100644 --- a/CondTools/RunInfo/plugins/BuildFile.xml +++ b/CondTools/RunInfo/plugins/BuildFile.xml @@ -74,16 +74,3 @@ - - - - - - - - - - - - -