summarylogtreecommitdiffstats
path: root/param.diff
diff options
context:
space:
mode:
Diffstat (limited to 'param.diff')
-rw-r--r--param.diff10
1 files changed, 0 insertions, 10 deletions
diff --git a/param.diff b/param.diff
deleted file mode 100644
index e2ae611d289e..000000000000
--- a/param.diff
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/core/utils/src/rootcling.cxx b/core/utils/src/rootcling.cxx
-index 324578c..6b0c38e 100644
---- a/core/utils/src/rootcling.cxx
-+++ b/core/utils/src/rootcling.cxx
-@@ -3739,4 +3739,4 @@ int ShouldIgnoreClingArgument(const std::string& argument)
-- if (ROOT::TMetaUtils::BeginsWith(argument,"--")) return false;
-+ if (ROOT::TMetaUtils::BeginsWith(argument,"--") and !ROOT::TMetaUtils::BeginsWith(argument,"--param")) return false;
- return true;
- }
-