Index: NVDataMgmtDGRecords.h =================================================================== diff -u -r76ccffbbaf71efeeead896f05c0d800c9367ab73 -r6b43c2eaf10c885e82f33bdb455420e574dc679c --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 76ccffbbaf71efeeead896f05c0d800c9367ab73) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 6b43c2eaf10c885e82f33bdb455420e574dc679c) @@ -461,16 +461,6 @@ U16 crc; ///< CRC for the DG system record structure. } DG_SYSTEM_RECORD_T; -/// DG service record structure -typedef struct -{ - U08 serviceLoc; ///< DG service location. - U32 lastServiceEpochDate; ///< DG last service date in epoch. - U32 serviceIntervalSeconds; ///< DG service interval in seconds. - U32 lastResetTimeEpoch; ///< Last time the record was reset in epoch. - U16 crc; ///< CRC for the DG service record structure. -} DG_SERVICE_RECORD_T; - /// DG scheduled runs record structure typedef struct {