Delete an unused function.

llvm-svn: 104716
This commit is contained in:
Dan Gohman 2010-05-26 18:34:12 +00:00
parent c9e78145b0
commit 1e5d0b0456
1 changed files with 0 additions and 2 deletions

View File

@ -1105,8 +1105,6 @@ namespace {
return scheduleDAG->DAG->GetOrdering(SU->getNode()); return scheduleDAG->DAG->GetOrdering(SU->getNode());
} }
unsigned size() const { return Queue.size(); }
bool empty() const { return Queue.empty(); } bool empty() const { return Queue.empty(); }
void push(SUnit *U) { void push(SUnit *U) {