xo-gc: tidy: drop _ prefix to GCObjectStore._deep_move_root.
This commit is contained in:
parent
5d3c088ba7
commit
723ea7e3df
3 changed files with 7 additions and 8 deletions
|
|
@ -707,9 +707,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
void *
|
||||
GCObjectStore::_deep_move_root(DX1Collector * gc,
|
||||
obj<AGCObject> from_src,
|
||||
Generation upto)
|
||||
GCObjectStore::deep_move_root(DX1Collector * gc,
|
||||
obj<AGCObject> from_src,
|
||||
Generation upto)
|
||||
{
|
||||
// NOTE:
|
||||
// Some roots are non-gc-owned nodes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue