Skip to content

Commit 74a8856

Browse files
authored
Remove copied_code.rs (#3793)
<!-- Reference any GitHub issues resolved by this PR --> Closes #3293 ## Introduced changes <!-- A brief description of the changes --> - Finally removed all code that was copied from blockifier to forge during migration from cairo-lang-runner. There are still some leftovers in cast but these will be removed when migrating cast scripts to macros. ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md`
1 parent 6a31674 commit 74a8856

File tree

3 files changed

+1
-72
lines changed

3 files changed

+1
-72
lines changed

crates/forge-runner/src/running.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ use tokio::task::JoinHandle;
4646
use universal_sierra_compiler_api::AssembledProgramWithDebugInfo;
4747

4848
pub mod config_run;
49-
mod copied_code;
5049
mod execution;
5150
mod hints;
5251
mod setup;

crates/forge-runner/src/running/copied_code.rs

Lines changed: 0 additions & 69 deletions
This file was deleted.

crates/forge-runner/src/running/execution.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
use crate::running::copied_code::get_call_result;
21
use blockifier::execution::call_info::{CallExecution, CallInfo};
32
use blockifier::execution::contract_class::TrackedResource;
43
use blockifier::execution::entry_point_execution::{
5-
extract_vm_resources, finalize_runner, total_vm_resources,
4+
extract_vm_resources, finalize_runner, get_call_result, total_vm_resources,
65
};
76
use blockifier::execution::errors::PostExecutionError;
87
use blockifier::execution::syscalls::hint_processor::SyscallHintProcessor;

0 commit comments

Comments
 (0)