X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Falbino%2Falbino.c;h=e3f4a1190763af81a6da4c31d7e9b929088d908d;hb=39cad14b95f36b0af2300a737af590997140e812;hp=506f795c38fe17f185c115c8fdb205cacaefa05c;hpb=4b72d1071d80828a599085618bbba67a18d14e56;p=melted diff --git a/src/albino/albino.c b/src/albino/albino.c index 506f795..e3f4a11 100644 --- a/src/albino/albino.c +++ b/src/albino/albino.c @@ -1,5 +1,5 @@ /* - * albino.c -- Local dv1394d Test Util + * albino.c -- Local Valerie/Miracle Test Utility * Copyright (C) 2002-2003 Ushodaya Enterprises Limited * Author: Charles Yates * @@ -59,13 +59,6 @@ int main( int argc, char **argv ) } else { - struct sched_param scp; - - // Use realtime scheduling if possible - memset( &scp, '\0', sizeof( scp ) ); - scp.sched_priority = sched_get_priority_max( SCHED_FIFO ) - 1; - sched_setscheduler( 0, SCHED_RR, &scp ); - printf( "Miracle Standalone Instance\n" ); parser = miracle_parser_init_local( ); response = valerie_parser_connect( parser );