1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 07:41:09 -08:00

Remove redundant toj

Copied from Perforce
 Change: 19207
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1998-01-14 11:26:52 +00:00
parent 9c53964a24
commit ad3658828b

View file

@ -204,7 +204,6 @@ static mps_addr_t myskip(mps_addr_t object)
static void mycopy(mps_addr_t object, mps_addr_t to)
{
mycell *boj = object;
mycell *toj = to;
memmove(to, object, boj->data.size);
}