Remove unused code

This commit is contained in:
Mudit Vats
2020-12-17 15:05:39 -07:00
parent d2633af0c5
commit 458d6ba2e2

View File

@@ -206,10 +206,7 @@ AMT_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **read
{
return status;
}
//if ((expSize != 0) && (expSize != outBuffSize))
//{
//return PTSDK_STATUS_INTERNAL_ERROR;
//}
return AMT_STATUS_SUCCESS;
}