summaryrefslogtreecommitdiff
path: root/gptpart.h
diff options
context:
space:
mode:
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);