Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
f3ab6e90
Commit
f3ab6e90
authored
Sep 27, 2012
by
Mukund Sivaraman
Browse files
[master] Remove redundant use of (this)
parent
40c6c15c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/domaintree.h
View file @
f3ab6e90
...
...
@@ -1900,7 +1900,7 @@ DomainTree<T>::nodeFission(util::MemorySegment& mem_sgmt,
node
.
getParent
()
->
down_
=
up_node
;
}
}
else
{
this
->
root_
=
up_node
;
root_
=
up_node
;
}
up_node
->
down_
=
&
node
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment