]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ITSbase/AliITSgeom.cxx
Coverity warnings
[u/mrichter/AliRoot.git] / ITS / ITSbase / AliITSgeom.cxx
index 502f8b0716c010abe6b23d0f4dc8388f51369293..c675cdbe296e1e5f065c0060bc4ba83990b0e9f6 100644 (file)
@@ -512,8 +512,6 @@ Int_t AliITSgeom::GetStartDet(Int_t dtype)const{
         return 0;
     } // end switch
 
-    Warning("GetStartDet","undefined detector type %d",dtype);
-    return 0;
 }
 //______________________________________________________________________
 Int_t AliITSgeom::GetLastDet(Int_t dtype)const{
@@ -543,8 +541,7 @@ Int_t AliITSgeom::GetLastDet(Int_t dtype)const{
         return 0;
     } // end switch
 
-    Warning("GetLastDet","undefined detector type %d",dtype);
-    return 0;
 }
 
 //______________________________________________________________________