Skip to content

Commit

Permalink
Removed unused code at the _cmd_save function
Browse files Browse the repository at this point in the history
  • Loading branch information
proh14 committed Oct 8, 2024
1 parent e9cf993 commit 86e1b90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,6 @@ static int _cmd_save(editor_t *editor, bview_t *bview, int save_as) {
struct stat st;
bint_t nbytes;

fname_changed = 0;
do {
if (!bview->buffer->path || save_as) {
// Prompt for name
Expand Down

0 comments on commit 86e1b90

Please sign in to comment.