diff options
Diffstat (limited to 'core/ops.rs')
-rw-r--r-- | core/ops.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/ops.rs b/core/ops.rs index b2442634e..ca465c821 100644 --- a/core/ops.rs +++ b/core/ops.rs @@ -179,10 +179,6 @@ impl OpState { tracker: OpsTracker::new(ops_count), } } - - pub fn clear_state(&mut self) { - self.gotham_state.clear(); - } } impl Deref for OpState { |