* src/eval.c (specpdl_unrewind): Remove empty statement.

This commit is contained in:
Andreas Schwab 2022-02-13 09:10:25 +01:00
parent 1e15500daf
commit ae13948ff5

View file

@ -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;
}