]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpBusPatch.cxx
Removing implementation of protected copy constructor &
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpBusPatch.cxx
index ce16e6746a6a17cad05fe29e758ef20793b8cc7a..11cb22a597dc6057dc0ff60f6b3bf8ea47b100c0 100644 (file)
@@ -50,15 +50,6 @@ AliMpBusPatch::AliMpBusPatch()
 /// Default constructor
 }
 
-//_____________________________________________________________________________
-AliMpBusPatch::AliMpBusPatch(const AliMpBusPatch& rhs)
-  : TObject(rhs)
-{
-/// Copy constructor
-
- *this = rhs;
-}
-
 //_____________________________________________________________________________
 AliMpBusPatch::~AliMpBusPatch() 
 {
@@ -70,16 +61,6 @@ AliMpBusPatch::~AliMpBusPatch()
 
 }
 
-//_____________________________________________________________________________
-AliMpBusPatch& AliMpBusPatch::operator = (const AliMpBusPatch& /*rhs*/) 
-{
-/// Assignment operator
-  AliFatal("= operator not implemented");
-
-  return *this;
-}
-
 //____________________________________________________________________
 Int_t AliMpBusPatch::GetDEfromBus(Int_t busPatchId)
 {