Merge "[AWARE] Clean up deprecated error value field"

This commit is contained in:
Etan Cohen 2017-01-25 23:30:37 +00:00 committed by Gerrit Code Review
commit 7fe581f49c

View file

@ -1553,7 +1553,6 @@ typedef struct {
typedef struct {
NanStatusType status; /* contains the result code */
char nan_error[NAN_ERROR_STR_LEN]; /* Describe the NAN error type */
u32 value; /* Deprecated - do not use */
NanResponseType response_type; /* NanResponseType Definitions */
union {
NanPublishResponse publish_response;