stats: get rid of the convoluted 'database' code.

Just use the stuff directly and things ought to be more clear
This commit is contained in:
Nathan Binkert
2009-02-23 12:22:17 -08:00
parent fb74987c52
commit 80d5f34da6
7 changed files with 47 additions and 193 deletions

View File

@@ -74,7 +74,6 @@ Source('loader/symtab.cc')
Source('stats/events.cc')
Source('stats/output.cc')
Source('stats/statdb.cc')
Source('stats/text.cc')
Source('stats/visit.cc')