Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-14157-894146
Compiler
Commits
366f1ed9
Commit
366f1ed9
authored
2 years ago
by
ATRI
Browse files
Options
Download
Patches
Plain Diff
合并所有优化
parent
bdb59e71
master
backend-opt
backend-opt-divconst
backend-opt-new
backend_TwoRegAllocator
backend_reverse
backend_temporary
debug
fronted-opt-deadcode
new_master
new_submit
new_version
pre_version
submit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/util/MyNode.java
+1
-3
src/util/MyNode.java
with
1 addition
and
3 deletions
+1
-3
src/util/MyNode.java
+
1
−
3
View file @
366f1ed9
...
...
@@ -54,9 +54,7 @@ public class MyNode<E> {
other
.
setOwner
(
this
.
getOwner
());
}
public
MyNode
<
E
>
getPrev
()
{
return
prev
;
}
public
void
removeMe
()
{
getOwner
().
remove
(
this
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets