summaryrefslogtreecommitdiff
path: root/gptpart.h
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.h
parent01f7f08624f0c942001977415214a578621f6495 (diff)
downloadsgdisk-c2f6e0cb812dd08fdb8f8cabda4f08a070c6f9fe.tar.gz
A few miscellaneous changes
Diffstat (limited to 'gptpart.h')
-rw-r--r--gptpart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gptpart.h b/gptpart.h
index 09c3136..81653d0 100644
--- a/gptpart.h
+++ b/gptpart.h
@@ -45,7 +45,6 @@ class GPTPart {
uint64_t firstLBA;
uint64_t lastLBA;
Attributes attributes;
-// uint64_t attributes;
unsigned char name[NAME_SIZE];
public:
GPTPart(void);