mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-03-09 21:47:00 -04:00
Remove debug stuff
This commit is contained in:
parent
9a6e90be38
commit
c7eb95df04
1 changed files with 0 additions and 2 deletions
|
@ -22,7 +22,6 @@ extern "C" {
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub unsafe extern "C" fn v8__Task__BASE__DELETE(this: &mut Task) -> () {
|
pub unsafe extern "C" fn v8__Task__BASE__DELETE(this: &mut Task) -> () {
|
||||||
println!("v8__Task__BASE__DELETE");
|
|
||||||
drop(TaskBase::dispatch_box(this))
|
drop(TaskBase::dispatch_box(this))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,7 +43,6 @@ impl Task {
|
||||||
|
|
||||||
impl Delete for Task {
|
impl Delete for Task {
|
||||||
fn delete(&'static mut self) {
|
fn delete(&'static mut self) {
|
||||||
println!("Task::delete()");
|
|
||||||
unsafe { v8__Task__DELETE(self) }
|
unsafe { v8__Task__DELETE(self) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue