summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-01-27 15:28:50 +0000
committerLeah Rowe <leah@libreboot.org>2023-01-27 15:28:50 +0000
commitbb6fe263e73a05bba916a43360e49b2d4387cc00 (patch)
tree539e79fc27a206ddf6244fac08f8e6a8e9892f18 /util
parent5a5a8662a671a5d0a6b65d75d94eb0794a7bb26d (diff)
util/nvmutil: remove unused #define
Diffstat (limited to 'util')
-rw-r--r--util/nvmutil/nvmutil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index a14cd10..875ab14 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -50,7 +50,6 @@ void setWord(int pos16, int partnum, uint16_t val);
void byteswap(uint8_t *byte);
void writeGbeFile(int *fd, const char *filename);
-#define PROGNAME argv[0]
#define FILENAME argv[1]
#define COMMAND argv[2]
#define MAC_ADDRESS argv[3]