diff options
Diffstat (limited to 'src/compiler/dex/mir_dataflow.cc')
-rw-r--r-- | src/compiler/dex/mir_dataflow.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/compiler/dex/mir_dataflow.cc b/src/compiler/dex/mir_dataflow.cc index 444874dce5..9f61d73d6b 100644 --- a/src/compiler/dex/mir_dataflow.cc +++ b/src/compiler/dex/mir_dataflow.cc @@ -1202,13 +1202,6 @@ void MIRGraph::CompilerInitializeSSAConversion() } } -/* Clear the visited flag for each BB */ -bool MIRGraph::ClearVisitedFlag(struct BasicBlock* bb) -{ - bb->visited = false; - return true; -} - /* * This function will make a best guess at whether the invoke will * end up using Method*. It isn't critical to get it exactly right, |