From bf0a525647ae834d29d63422f3b012fa03caa0ce Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 27 Sep 2022 09:32:01 -0600 Subject: [PATCH] remove unused variable --- libs/ardour/session_state.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index b0d938023b..a862957e5a 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -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) {