mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
remove double nchanges
This commit is contained in:
@@ -5317,8 +5317,6 @@ pub fn op_insert(
|
||||
}
|
||||
|
||||
state.op_insert_state.sub_state = OpInsertSubState::MaybeCaptureRecord;
|
||||
let prev_changes = program.n_change.get();
|
||||
program.n_change.set(prev_changes + 1);
|
||||
state.pc += 1;
|
||||
Ok(InsnFunctionStepResult::Step)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user