From 0fe48475db40e30d921a90921d4112e9c0a000a6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 Dec 2009 20:52:04 +0000 Subject: switch ActionManager to a namespace; move generic part into libgtkmm2ext git-svn-id: svn://localhost/ardour2/branches/3.0@6285 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pool.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/pbd/pool.cc') diff --git a/libs/pbd/pool.cc b/libs/pbd/pool.cc index af57871da9..9c60e5c4ce 100644 --- a/libs/pbd/pool.cc +++ b/libs/pbd/pool.cc @@ -148,7 +148,6 @@ SingleAllocMultiReleasePool::release (void* ptr) static void free_per_thread_pool (void* ptr) { - cerr << "Deleting a per thread pool @ " << ptr << endl; Pool* pptr = static_cast(ptr); delete pptr; } -- cgit v1.2.3