From 045bdf34787dd074ff5851b88cd6f5fcf1592ef3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Jun 2019 13:49:23 +1000 Subject: [PATCH] AP_InternalError: removed unused internal error --- libraries/AP_InternalError/AP_InternalError.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_InternalError/AP_InternalError.h b/libraries/AP_InternalError/AP_InternalError.h index bea6e590c6..770a03a325 100644 --- a/libraries/AP_InternalError/AP_InternalError.h +++ b/libraries/AP_InternalError/AP_InternalError.h @@ -38,7 +38,7 @@ public: logger_logwrite_missingfmt = (1U << 2), logger_too_many_deletions = (1U << 3), logger_bad_getfilename = (1U << 4), - logger_stopping_without_sem = (1U << 5), + unused1 = (1U << 5), // was logger_stopping_without_sem logger_flushing_without_sem = (1U << 6), logger_bad_current_block = (1U << 7), logger_blockcount_mismatch = (1U << 8),