diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h index 826477c7f..e5e4a10c0 100755 --- a/src/libstrongswan/utils.h +++ b/src/libstrongswan/utils.h @@ -299,11 +299,6 @@ enum status_t { * Another call to the method is required. */ NEED_MORE, - - /** - * Call failed, send error to other side. - */ - FAILED_SEND_ERROR, }; /**