mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.0.1528: dead code found
Problem: Dead code found. Solution: Remove the useless lines. (CodeAi, closes #2656)
This commit is contained in:
@@ -1899,7 +1899,6 @@ win_equal_rec(
|
||||
|
||||
for (fr = topfr->fr_child; fr != NULL; fr = fr->fr_next)
|
||||
{
|
||||
n = m = 0;
|
||||
wincount = 1;
|
||||
if (fr->fr_next == NULL)
|
||||
/* last frame gets all that remains (avoid roundoff error) */
|
||||
@@ -2041,7 +2040,6 @@ win_equal_rec(
|
||||
|
||||
for (fr = topfr->fr_child; fr != NULL; fr = fr->fr_next)
|
||||
{
|
||||
n = m = 0;
|
||||
wincount = 1;
|
||||
if (fr->fr_next == NULL)
|
||||
/* last frame gets all that remains (avoid roundoff error) */
|
||||
|
Reference in New Issue
Block a user