remove unused variable

This commit is contained in:
Paul Davis 2022-09-27 09:32:01 -06:00
parent 30a92894fc
commit bf0a525647
1 changed files with 0 additions and 4 deletions

View File

@ -807,10 +807,6 @@ Session::save_state (string snapshot_name, bool pending, bool switch_to_snapshot
fork_state = switch_to_snapshot ? SwitchToSnapshot : SnapshotKeep;
}
#ifndef NDEBUG
const int64_t save_start_time = g_get_monotonic_time();
#endif
/* tell sources we're saving first, in case they write out to a new file
* which should be saved with the state rather than the old one */
for (SourceMap::const_iterator i = sources.begin(); i != sources.end(); ++i) {