mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Simplify
llvm-svn: 34469
This commit is contained in:
parent
df5fe8163d
commit
ee1da8a703
@ -141,8 +141,7 @@ public:
|
||||
// removeFromForest()
|
||||
~ETNode() {
|
||||
delete RightmostOcc;
|
||||
if (ParentOcc)
|
||||
delete ParentOcc;
|
||||
delete ParentOcc;
|
||||
}
|
||||
|
||||
void removeFromForest() {
|
||||
|
Loading…
Reference in New Issue
Block a user