Removed uses of deprecated functions (#709)

This commit is contained in:
Tyler Veness
2017-11-08 21:29:29 -08:00
committed by Peter Johnson
parent 8b2e656bde
commit 1276489961
7 changed files with 11 additions and 33 deletions

View File

@@ -98,8 +98,6 @@ struct HAL_MatchInfo {
extern "C" {
#endif
int32_t HAL_SetErrorData(const char* errors, int32_t errorsLength,
int32_t waitMs);
int32_t HAL_SendError(HAL_Bool isError, int32_t errorCode, HAL_Bool isLVCode,
const char* details, const char* location,
const char* callStack, HAL_Bool printMsg);