Merge "Deprecated a flag for mandatary field" into nyc-dev

am: c7a562e515

* commit 'c7a562e51564554fb132ee1e14b6e01bf7d64728':
  Deprecated a flag for mandatary field
This commit is contained in:
Lifu Tang 2016-03-09 22:04:26 +00:00 committed by android-build-merger
commit 98871c1179

View file

@ -307,12 +307,6 @@ typedef uint32_t GnssMeasurementFlags;
#define GNSS_MEASUREMENT_HAS_CARRIER_PHASE (1<<11)
/** A valid 'carrier phase uncertainty' is stored in the data structure. */
#define GNSS_MEASUREMENT_HAS_CARRIER_PHASE_UNCERTAINTY (1<<12)
/**
* The value of 'pseudorange rate' is uncorrected.
* This is a mandatory flag. See comments of
* GpsMeasurement::pseudorange_rate_mps for more details.
*/
#define GNSS_MEASUREMENT_HAS_UNCORRECTED_PSEUDORANGE_RATE (1<<18)
/* The following typedef together with its constants below are deprecated, and
* will be removed in the next release. */