mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
FOR_ALL_BUFFERS use locally declared buffer pointer
This commit is contained in:
@@ -3329,8 +3329,6 @@ void prepare_to_exit(void)
|
||||
*/
|
||||
void preserve_exit(void)
|
||||
{
|
||||
buf_T *buf;
|
||||
|
||||
// Prevent repeated calls into this method.
|
||||
if (really_exiting) {
|
||||
exit(2);
|
||||
|
Reference in New Issue
Block a user