From eeccb813bb1db90ae783e4ef0b205af00f8f7afe Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Jul 2024 19:05:15 -0600 Subject: [PATCH] remove unused local variable --- libs/ardour/session.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 75894610c9..06ef96cfbd 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -644,8 +644,6 @@ Session::immediately_post_engine () void Session::destroy () { - vector debug_pointers; - /* if we got to here, leaving pending state around * is a mistake. */