diff options
author | Chris Robinson <[email protected]> | 2023-12-04 23:20:46 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-12-04 23:20:46 -0800 |
commit | 4fb7577c0d7a88aed059b537d8c43e4fd324cefe (patch) | |
tree | e7435cc9c2bb9609de865c012e6dc0bff26c059f | |
parent | 305cbdf7425e58226953fb73c2cff809a74de9a1 (diff) |
Remove a dead store
-rw-r--r-- | examples/altonegen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/altonegen.c b/examples/altonegen.c index ec7f77bb..2fab783d 100644 --- a/examples/altonegen.c +++ b/examples/altonegen.c @@ -321,7 +321,6 @@ int main(int argc, char *argv[]) if(pos > last_pos) { - last_pos = 0; printf("%d...\n", seconds - pos); fflush(stdout); } |