Skip to content

Commit f4aef60

Browse files
committed
Remove clippy warning
1 parent ebac51a commit f4aef60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/program.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ impl TransientProgramArea {
177177
return Err(Error::BadAddress(start_addr));
178178
}
179179
println!("OK!");
180-
drop(application_ram);
181180
let result = unsafe {
182181
let code: extern "C" fn(*const neotron_api::Api) -> i32 =
183182
::core::mem::transmute(start_addr as *const ());

0 commit comments

Comments
 (0)