Remove unused misleading GXS request status

Something must be really strange to be finished and incomplete at same
  time..
This commit is contained in:
Gioacchino Mazzurco 2018-06-24 18:03:26 +02:00
parent 7ad337c8d2
commit ec95b6d054
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 0 additions and 2 deletions

View file

@ -127,7 +127,6 @@ public:
static const uint8_t GXS_REQUEST_V2_STATUS_FAILED;
static const uint8_t GXS_REQUEST_V2_STATUS_PENDING;
static const uint8_t GXS_REQUEST_V2_STATUS_PARTIAL;
static const uint8_t GXS_REQUEST_V2_STATUS_FINISHED_INCOMPLETE;
static const uint8_t GXS_REQUEST_V2_STATUS_COMPLETE;
static const uint8_t GXS_REQUEST_V2_STATUS_DONE; // ONCE ALL DATA RETRIEVED.
static const uint8_t GXS_REQUEST_V2_STATUS_CANCELLED;