Skip to content

Commit

Permalink
Merge pull request #3415 from wmtan/BackportAvoidUnloading
Browse files Browse the repository at this point in the history
ROOT6 -- Remove unnecessary call that causes unloading in ROOT6
  • Loading branch information
ktf committed Apr 22, 2014
2 parents f04b20f + 6b7b7b8 commit 439f912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IOPool/TFileAdaptor/src/TFileAdaptor.cc
Expand Up @@ -175,7 +175,6 @@

// set our own root plugins
TPluginManager* mgr = gROOT->GetPluginManager();
mgr->LoadHandlersFromPluginDirs();

if (!native("file")) addType(mgr, "^file:");
if (!native("http")) addType(mgr, "^http:");
Expand Down

0 comments on commit 439f912

Please sign in to comment.