summaryrefslogtreecommitdiff
path: root/avr/env.c
diff options
context:
space:
mode:
authorLeo C2018-10-01 15:49:00 +0200
committerLeo C2018-10-01 15:49:00 +0200
commitd2f546c134b8c7ae6e2068aaf9316bb8835c13c2 (patch)
tree0f846ea2a82a91958975f36c306e298018e20342 /avr/env.c
parentf6154a3944b775a6d6846f132b184d94b44bc204 (diff)
parentdd1cc6f0b4a9cc2b49afb86c768813c087e46b4b (diff)
downloadz180-stamp-d2f546c134b8c7ae6e2068aaf9316bb8835c13c2.zip
Merge branch 'z80-if' of ssh://cb/home/leo/Projekte/stamp/z180-stamp into z80-if
Diffstat (limited to 'avr/env.c')
-rw-r--r--avr/env.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/avr/env.c b/avr/env.c
index add281c..3bb04c2 100644
--- a/avr/env.c
+++ b/avr/env.c
@@ -693,9 +693,6 @@ command_ret_t do_env_print(cmd_tbl_t *cmdtp UNUSED, uint_fast8_t flag UNUSED,
bool mode = 0;
command_ret_t rc = CMD_RET_SUCCESS;
- /* reset getopt() */
- optind = 0;
-
int opt;
while ((opt = getopt(argc, argv, PSTR("s"))) != -1) {
switch (opt) {