From 7f5b0b54ac07a3035a6ede4d2b2801838269a562 Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Mon, 19 Dec 2016 09:07:02 +0100 Subject: [PATCH] Remove rlibmap that has been deprecated (and errored out) for 3 years. --- core/utils/src/rlibmap.cxx | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 core/utils/src/rlibmap.cxx diff --git a/core/utils/src/rlibmap.cxx b/core/utils/src/rlibmap.cxx deleted file mode 100644 index fe0831c787a..00000000000 --- a/core/utils/src/rlibmap.cxx +++ /dev/null @@ -1,11 +0,0 @@ -#include <iostream> - -auto errMsg = -"ERROR: The rlibmap utility is not available in ROOT6. In order to produce " -"rootmap files you can use the genreflex utils (genreflex -h for more " -"information) or the rootcling utility (rootcling -h for more information)."; - -int main(){ - std::cerr << errMsg << std::endl; - return 1; -} -- GitLab