No need to set $threads = 0 on the line before it's set ;)

This commit is contained in:
Mikael Nordfeldth 2016-02-28 19:40:16 +01:00
parent 23651c6142
commit b8643f73b7
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ if (have_option('t')) {
} else if (have_option('--threads')) {
$threads = intval(get_option_value('--threads'));
} else {
$threads = 0;
//If there is no argument for number of threads
//Try reading a config option for the number
$threads = common_config('queue','threads');