Skip to content
Snippets Groups Projects
Commit 7f5b0b54 authored by Axel Naumann's avatar Axel Naumann
Browse files

Remove rlibmap that has been deprecated (and errored out) for 3 years.

parent 56b0228a
No related branches found
No related tags found
No related merge requests found
#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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment