]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Remove unused status type
authorMartin Willi <martin@revosec.ch>
Tue, 13 Dec 2011 08:42:16 +0000 (09:42 +0100)
committerMartin Willi <martin@revosec.ch>
Tue, 20 Mar 2012 16:31:18 +0000 (17:31 +0100)
src/libstrongswan/utils.h

index 826477c7f49da741e8878149f0834cf6f97379b7..e5e4a10c0d974744259c55ffec9298b5e7669c29 100755 (executable)
@@ -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,
 };
 
 /**