Browse Source

[tools] remove the silent info function from load_test.c

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4433 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.121.0
torben 14 years ago
parent
commit
f8a61b317b
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      tools/load_test.c

+ 0
- 6
tools/load_test.c View File

@@ -48,10 +48,6 @@ void signal_handler(int sig)
exit(0);
}

void silent_function( const char *ignore )
{
}

int
process_cb (jack_nframes_t nframes, void *arg)
{
@@ -105,8 +101,6 @@ main (int argc, char *argv[])

/* try to open server in a loop. breaking under certein conditions */

jack_set_info_function( silent_function );

client = jack_client_open( "load_test", JackNullOption, NULL );

signal(SIGQUIT, signal_handler);


Loading…
Cancel
Save