Browse Source

remove comment from the already removed stack scribble

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4025 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.120.1
torben 15 years ago
parent
commit
52db871370
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      libjack/client.c

+ 0
- 5
libjack/client.c View File

@@ -2179,11 +2179,6 @@ jack_activate (jack_client_t *client)
{
jack_request_t req;

/* we need to scribble on our stack to ensure that its memory
* pages are actually mapped (more important for mlockall(2)
* usage in jack_start_thread())
*/

if (client->control->type == ClientInternal ||
client->control->type == ClientDriver) {


Loading…
Cancel
Save