summaryrefslogtreecommitdiff
path: root/mbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mbr.h')
-rw-r--r--mbr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mbr.h b/mbr.h
index 5f9e0ee..9377c12 100644
--- a/mbr.h
+++ b/mbr.h
@@ -30,7 +30,6 @@ public:
MBRData(void) {}
MBRData(string deviceFilename) : BasicMBRData(deviceFilename) {}
MBRData & operator=(const BasicMBRData & orig);
-// MBRData & operator=(const MBRData & orig);
// Functions to create, delete, or change partitions
// Pass EmptyMBR 1 to clear the boot loader code, 0 to leave it intact