summaryrefslogtreecommitdiff
path: root/src/charon/processing/jobs/send_keepalive_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/processing/jobs/send_keepalive_job.h')
-rw-r--r--src/charon/processing/jobs/send_keepalive_job.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/charon/processing/jobs/send_keepalive_job.h b/src/charon/processing/jobs/send_keepalive_job.h
index f7b38337e..e8d214aed 100644
--- a/src/charon/processing/jobs/send_keepalive_job.h
+++ b/src/charon/processing/jobs/send_keepalive_job.h
@@ -44,13 +44,6 @@ struct send_keepalive_job_t {
* implements job_t interface
*/
job_t job_interface;
-
- /**
- * @brief Destroys an send_keepalive_job_t object.
- *
- * @param this send_keepalive_job_t object to destroy
- */
- void (*destroy) (send_keepalive_job_t *this);
};
/**