Bug 916681 - SpiderMonkey: Remove obsolete mjit counters. r=luke

This commit is contained in:
Dan Gohman
2013-09-17 15:44:43 -07:00
parent a6ff6f99f0
commit 5454b65dd5
2 changed files with 1 additions and 10 deletions

View File

@@ -658,11 +658,6 @@ class PCCounts
enum BaseCounts {
BASE_INTERP = 0,
BASE_METHODJIT,
BASE_METHODJIT_STUBS,
BASE_METHODJIT_CODE,
BASE_METHODJIT_PICS,
BASE_LIMIT
};