summaryrefslogtreecommitdiff
path: root/src/jit/sm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/sm.cpp')
-rw-r--r--src/jit/sm.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/jit/sm.cpp b/src/jit/sm.cpp
index 859b238ec8..b016899761 100644
--- a/src/jit/sm.cpp
+++ b/src/jit/sm.cpp
@@ -51,11 +51,6 @@ void CodeSeqSM::Start(Compiler* comp)
void CodeSeqSM::Reset()
{
curState = SM_STATE_ID_START;
-
-#ifdef DEBUG
- // Reset the state occurence counts
- memset(StateMatchedCounts, 0, sizeof(StateMatchedCounts));
-#endif
}
void CodeSeqSM::End()