diff options
Diffstat (limited to 'src/charon/control/controller.c')
-rw-r--r-- | src/charon/control/controller.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/charon/control/controller.c b/src/charon/control/controller.c index 6a03bab15..3410384b4 100644 --- a/src/charon/control/controller.c +++ b/src/charon/control/controller.c @@ -106,14 +106,6 @@ struct interface_job_t { }; /** - * Implements the famous nop operation - */ -static void nop(job_t *job) -{ - /* NOP */ -} - -/** * Implementation of controller_t.create_ike_sa_iterator. */ static enumerator_t* create_ike_sa_enumerator(controller_t *this) |