]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removing obsolete variable
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 22:53:30 +0000 (22:53 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 22:53:30 +0000 (22:53 +0000)
HLT/BASE/util/AliHLTRawReaderPublisherComponent.cxx

index fff99f13c523ee57ab2b815293c843a4c5a8eab8..20e3935d9517fc69ba794d17db42237fd1117b75 100644 (file)
@@ -1,26 +1,26 @@
 // $Id$
 
-/**************************************************************************
- * This file is property of and copyright by the ALICE HLT Project        * 
- * ALICE Experiment at CERN, All rights reserved.                         *
- *                                                                        *
- * Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>        *
- *                  for The ALICE HLT Project.                            *
- *                                                                        *
- * Permission to use, copy, modify and distribute this software and its   *
- * documentation strictly for non-commercial purposes is hereby granted   *
- * without fee, provided that the above copyright notice appears in all   *
- * copies and that both the copyright notice and this permission notice   *
- * appear in the supporting documentation. The authors make no claims     *
- * about the suitability of this software for any purpose. It is          *
- * provided "as is" without express or implied warranty.                  *
- **************************************************************************/
-
-/** @file   AliHLTRawReaderPublisherComponent.cxx
-    @author Matthias Richter
-    @date   
-    @brief  A general tree publisher component for the AliRawReader.
-*/
+///**************************************************************************
+///* This file is property of and copyright by the ALICE HLT Project        * 
+///* ALICE Experiment at CERN, All rights reserved.                         *
+///*                                                                        *
+///* Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>        *
+///*                  for The ALICE HLT Project.                            *
+///*                                                                        *
+///* Permission to use, copy, modify and distribute this software and its   *
+///* documentation strictly for non-commercial purposes is hereby granted   *
+///* without fee, provided that the above copyright notice appears in all   *
+///* copies and that both the copyright notice and this permission notice   *
+///* appear in the supporting documentation. The authors make no claims     *
+///* about the suitability of this software for any purpose. It is          *
+///* provided "as is" without express or implied warranty.                  *
+///**************************************************************************/
+
+/// @file   AliHLTRawReaderPublisherComponent.cxx
+/// @author Matthias Richter
+/// @date   
+/// @brief  A general tree publisher component for the AliRawReader.
+///
 
 // see header file for class documentation
 // or
@@ -201,8 +201,7 @@ int AliHLTRawReaderPublisherComponent::DoInit( int argc, const char** argv )
     //return -EINVAL;
   }
 
-  AliRawReader* pRawReader=GetRawReader();
-  if ((pRawReader=GetRawReader())!=NULL) {
+  if (GetRawReader()!=NULL) {
   } else {
     AliErrorStream() << "RawReader instance needed" << endl;
     return -EINVAL;