aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/ike_sa.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/sa/ike_sa.h')
-rw-r--r--Source/charon/sa/ike_sa.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/charon/sa/ike_sa.h b/Source/charon/sa/ike_sa.h
index 2bf697889..0a2661541 100644
--- a/Source/charon/sa/ike_sa.h
+++ b/Source/charon/sa/ike_sa.h
@@ -171,16 +171,6 @@ struct protected_ike_sa_t {
void (*build_message) (protected_ike_sa_t *this, exchange_type_t type, bool request, message_t **message);
/**
- * @brief Get the internal stored logger_t object for given ike_sa_t object.
- *
- * @warning Returned logger_t object is original one and managed by this object.
- *
- * @param this calling object
- * @return pointer to the internal stored logger_t object
- */
- logger_t *(*get_logger) (protected_ike_sa_t *this);
-
- /**
* @brief Get the internal stored connection_t object.
*
* @param this calling object