From: Martin Willi Date: Tue, 13 Dec 2011 08:42:16 +0000 (+0100) Subject: Remove unused status type X-Git-Tag: 5.0.0~338^2~9^2~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1477ab157c3305c1f8abef0fa93f30196a765e24;p=thirdparty%2Fstrongswan.git Remove unused status type --- diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h index 826477c7f4..e5e4a10c0d 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, }; /**