Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 49b305b

Browse files
Merge pull request #10914 from hqueue/jit/remove_unused_fuction
Remove unused function in BasicBlock
2 parents 0760610 + 646697a commit 49b305b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jit/block.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,6 @@ struct BasicBlock : private LIR::Range
10631063

10641064
GenTreeStmt* firstStmt() const;
10651065
GenTreeStmt* lastStmt() const;
1066-
GenTreeStmt* lastTopLevelStmt();
10671066

10681067
GenTree* firstNode();
10691068
GenTree* lastNode();

0 commit comments

Comments
 (0)