diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/firmware-utils/src/ptgen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/firmware-utils/src/ptgen.c b/tools/firmware-utils/src/ptgen.c index 1eed21393d..d911b9d1f0 100644 --- a/tools/firmware-utils/src/ptgen.c +++ b/tools/firmware-utils/src/ptgen.c @@ -630,7 +630,6 @@ int main (int argc, char **argv) break; case 't': type = (char)strtoul(optarg, NULL, 16); - part_guid = type_to_guid_and_name(type, &name); break; case 'a': active = (int)strtoul(optarg, NULL, 0); |