Remove unused status type

This commit is contained in:
Martin Willi
2012-03-20 17:31:18 +01:00
parent 1cc3e92ccc
commit 1477ab157c
-5
View File
@@ -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,
};
/**