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:
parent
9c53964a24
commit
ad3658828b
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue