ir_reader: Remove s_list::length() method.

Most code now relies on the pattern matcher rather than this function,
and for the only remaining case, not using this saves an iteration.
This commit is contained in:
Kenneth Graunke
2010-12-31 01:48:02 -08:00
parent daeb0c646e
commit d798815272
3 changed files with 8 additions and 18 deletions

View File

@@ -139,7 +139,6 @@ public:
s_list();
virtual bool is_list() const { return true; }
unsigned length() const;
void print();