summaryrefslogtreecommitdiff
path: root/cgpt/cmd_add.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cmd_add.c')
-rw-r--r--cgpt/cmd_add.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgpt/cmd_add.c b/cgpt/cmd_add.c
index 62b15996..3a211cd3 100644
--- a/cgpt/cmd_add.c
+++ b/cgpt/cmd_add.c
@@ -36,10 +36,6 @@ int cmd_add(int argc, char *argv[]) {
CgptAddParams params;
memset(&params, 0, sizeof(params));
- int gpt_retval;
- GptEntry *entry;
- uint32_t index;
-
int c;
int errorcnt = 0;
char *e = 0;