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

am: 7fe581f49c

Change-Id: Iee12961e0ac27654104e7fe73ed80d87b620cc27
This commit is contained in:
Etan Cohen 2017-01-25 23:34:29 +00:00 committed by android-build-merger
commit c49a818c31

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;