diff options
author | Leah Rowe <leah@libreboot.org> | 2023-01-27 15:28:50 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-01-27 15:28:50 +0000 |
commit | bb6fe263e73a05bba916a43360e49b2d4387cc00 (patch) | |
tree | 539e79fc27a206ddf6244fac08f8e6a8e9892f18 /util | |
parent | 5a5a8662a671a5d0a6b65d75d94eb0794a7bb26d (diff) |
util/nvmutil: remove unused #define
Diffstat (limited to 'util')
-rw-r--r-- | util/nvmutil/nvmutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index a14cd108..875ab147 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] |