From 0dfa506ba6e999c511dd69b688e24ab8884f4a1a Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Sun, 23 Jul 2017 11:50:17 -0400 Subject: Added a couple of new verification checks and minor tweaks. --- mbr.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mbr.cc') diff --git a/mbr.cc b/mbr.cc index 08c61be..c3483a0 100644 --- a/mbr.cc +++ b/mbr.cc @@ -31,12 +31,6 @@ using namespace std; MBRData::~MBRData(void) { } // MBRData destructor -/* // Assignment operator -- copy entire set of MBR data. -MBRData & MBRData::operator=(const MBRData & orig) { - BasicMBRData::operator=(orig); - return *this; -} // MBRData::operator=() */ - // Assignment operator -- copy entire set of MBR data. MBRData & MBRData::operator=(const BasicMBRData & orig) { BasicMBRData::operator=(orig); -- cgit v1.2.1