remove compiler warnings
This commit is contained in:
parent
a5503ad23a
commit
0c5fddeeb3
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue