Index: sync/internal_api/public/sessions/model_neutral_state.h |
diff --git a/sync/internal_api/public/sessions/model_neutral_state.h b/sync/internal_api/public/sessions/model_neutral_state.h |
index 3a9d744483521342e99e0ccf1d4417a59cb19d4f..ee9c974357ad89c87e4b84d683e021dd755d06f7 100644 |
--- a/sync/internal_api/public/sessions/model_neutral_state.h |
+++ b/sync/internal_api/public/sessions/model_neutral_state.h |
@@ -63,9 +63,6 @@ struct SYNC_EXPORT ModelNeutralState { |
// Set to true by PostCommitMessageCommand if any commits were successful. |
bool items_committed; |
- // True indicates debug info has been sent once this session. |
- bool debug_info_sent; |
- |
// Number of changes remaining, according to the server. |
// Take it as an estimate unless it's value is zero, in which case there |
// really is nothing more to download. |