Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`prompt_flag` in `console.c` is specified as static and the only usage is the if statement at line 583 and the only assignment to it is at line 588 which assigns 1 to `prompt_flag`. Since no other code can modify this variable, it can be removed.
- Loading branch information