diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-07 21:39:54 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-07 21:39:54 +0000 |
commit | 83a6ae94d7fd51267690a1c949314b060d765951 (patch) | |
tree | f4a434ff3929b721fb963af7fd21e600774236cc /testsuite/driver/testglobals.py | |
parent | effc8af9fc285321c9064e1d691a125f5568fdd8 (diff) | |
download | haskell-83a6ae94d7fd51267690a1c949314b060d765951.tar.gz |
Remove unused *_num_fields bindings
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r-- | testsuite/driver/testglobals.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py index 500e7f4014..db99ef1b2e 100644 --- a/testsuite/driver/testglobals.py +++ b/testsuite/driver/testglobals.py @@ -214,17 +214,6 @@ class TestOptions: self.compiler_stats_range_fields = {} self.stats_range_fields = {} - # TODO: deprecate this in favour of compiler_stats_range_fields - # - # which -t numeric fields do we want to look at, and what bounds must - # they fall within? - # Elements of these lists should be things like - # ('bytes allocated', - # 9300000000, - # 9400000000) - self.compiler_stats_num_fields = {} - self.stats_num_fields = {} - # should we run this test alone, i.e. not run it in parallel with # any other threads self.alone = False |