remove compiler warnings

This commit is contained in:
Stefan Lankes 2011-11-07 11:27:53 -08:00
parent a5503ad23a
commit 0c5fddeeb3

View file

@ -382,8 +382,6 @@ int iRCCE_mail_send(
char* payload, // pointer to buffer for header payload
int dest // UE that will receive the header
) {
uint32_t flags;
// verify sender's ID
if( (dest < 0) || (dest > RCCE_NP) || (dest == RCCE_IAM) ) {
return iRCCE_ERROR_TARGET;