From 1477ab157c3305c1f8abef0fa93f30196a765e24 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 13 Dec 2011 09:42:16 +0100 Subject: [PATCH] Remove unused status type --- src/libstrongswan/utils.h | 5 ----- 1 file changed, 5 deletions(-) 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, }; /**