* src/eval.c (specpdl_unrewind): Remove empty statement.
This commit is contained in:
parent
1e15500daf
commit
ae13948ff5
1 changed files with 1 additions and 1 deletions
|
@ -4106,7 +4106,7 @@ specpdl_unrewind (union specbinding *pdl, int distance, bool vars_only)
|
|||
non-local, this is fine, but if it ever reverts to being
|
||||
local we may end up using this entry "in the wrong
|
||||
direction". */
|
||||
{};
|
||||
{}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue