_ prefix not required

This commit is contained in:
Andreas Steffen
2011-02-10 07:59:43 +01:00
parent fc83263403
commit 43c4a21bd9
4 changed files with 4 additions and 4 deletions
@@ -89,7 +89,7 @@ METHOD(job_t, execute, void,
}
}
}
_destroy(this);
destroy(this);
}
/*