summaryrefslogtreecommitdiff
path: root/gptpart.cc
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2011-03-16 02:42:33 -0400
committersrs5694 <srs5694@users.sourceforge.net>2011-03-16 02:42:33 -0400
commitc2f6e0cb812dd08fdb8f8cabda4f08a070c6f9fe (patch)
tree24934b43df063f9889923f8c6b373f84aca66932 /gptpart.cc
parent01f7f08624f0c942001977415214a578621f6495 (diff)
downloadsgdisk-c2f6e0cb812dd08fdb8f8cabda4f08a070c6f9fe.tar.gz
A few miscellaneous changes
Diffstat (limited to 'gptpart.cc')
-rw-r--r--gptpart.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gptpart.cc b/gptpart.cc
index a938c52..473e2ef 100644
--- a/gptpart.cc
+++ b/gptpart.cc
@@ -137,7 +137,6 @@ GPTPart & GPTPart::operator=(const GPTPart & orig) {
// we return the opposite of the usual arithmetic result when either
// firstLBA value is 0.
bool GPTPart::operator<(const GPTPart &other) const {
-
if (firstLBA && other.firstLBA)
return (firstLBA < other.firstLBA);
else