summaryrefslogtreecommitdiff
path: root/libs/pbd/pool.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-04 20:52:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-04 20:52:04 +0000
commit0fe48475db40e30d921a90921d4112e9c0a000a6 (patch)
tree146b21ab23d3a9a899c063731d547d5a3a3ebd34 /libs/pbd/pool.cc
parent3293f957bd8424344195603cc8c1f08601453563 (diff)
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
Diffstat (limited to 'libs/pbd/pool.cc')
-rw-r--r--libs/pbd/pool.cc1
1 files changed, 0 insertions, 1 deletions
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<Pool*>(ptr);
delete pptr;
}