]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/rec/AliHLTReconstructor.cxx
bugfix: library arguments had been filtered out by accident after r40708
[u/mrichter/AliRoot.git] / HLT / rec / AliHLTReconstructor.cxx
index d8d8843de6c7b0d40edf40edab16d590ae77a800..386cb60aa616f6358492a21950d9706787f376e0 100644 (file)
@@ -125,7 +125,6 @@ void AliHLTReconstructor::Init()
   // the options scan has been moved to AliHLTSystem, the old code
   // here is kept to be able to run an older version of the HLT code
   // with newer AliRoot versions.
-  TString libs("");
   TString option = GetOption();
   TObjArray* pTokens=option.Tokenize(" ");
   option="";
@@ -156,9 +155,6 @@ void AliHLTReconstructor::Init()
        token.ReplaceAll(","," ");
        token.ReplaceAll("'","");
        esdManagerOptions=token;
-      } else if (token.BeginsWith("lib") && token.EndsWith(".so")) {
-       libs+=token;
-       libs+=" ";
       } else {
        if (option.Length()>0) option+=" ";
        option+=token;