remove some unused functions pointed out by Joerg Sonnenberger <joerg@britannica.bec.de>

SVN revision: 65798
This commit is contained in:
Mike Blumenkrantz 2011-12-02 03:27:04 +00:00
parent 70af557501
commit d9587433b5
1 changed files with 0 additions and 12 deletions

View File

@ -1678,12 +1678,6 @@ _ecore_con_ssl_server_prepare_none(Ecore_Con_Server *svr __UNUSED__,
return ECORE_CON_SSL_ERROR_NONE;
}
static Ecore_Con_Ssl_Error
_ecore_con_ssl_server_upgrade_none(Ecore_Con_Server *svr __UNUSED__)
{
return ECORE_CON_SSL_ERROR_NOT_SUPPORTED;
}
static Ecore_Con_Ssl_Error
_ecore_con_ssl_server_init_none(Ecore_Con_Server *svr __UNUSED__)
{
@ -1740,12 +1734,6 @@ _ecore_con_ssl_server_write_none(Ecore_Con_Server *svr __UNUSED__,
return -1;
}
static Ecore_Con_Ssl_Error
_ecore_con_ssl_client_upgrade_none(Ecore_Con_Client *cl __UNUSED__)
{
return ECORE_CON_SSL_ERROR_NOT_SUPPORTED;
}
static Ecore_Con_Ssl_Error
_ecore_con_ssl_client_init_none(Ecore_Con_Client *cl __UNUSED__)
{