From a53738e05b296b4ab4e0b701ea37d60013a42605 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2012 05:21:09 +0000 Subject: Remove redundant thread assertions. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4372 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/PatchImpl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/PatchImpl.cpp') diff --git a/src/server/PatchImpl.cpp b/src/server/PatchImpl.cpp index 112e2a49..02b43d02 100644 --- a/src/server/PatchImpl.cpp +++ b/src/server/PatchImpl.cpp @@ -124,8 +124,6 @@ PatchImpl::apply_internal_poly(ProcessContext& context, Raul::Maid& maid, uint32_t poly) { - ThreadManager::assert_thread(THREAD_PROCESS); - // TODO: Subpatch dynamic polyphony (i.e. changing port polyphony) for (Nodes::iterator i = _nodes.begin(); i != _nodes.end(); ++i) -- cgit v1.2.1