1
1

local declaration instead of using global variable

This commit was SVN r17876.
Этот коммит содержится в:
Lenny Verkhovsky 2008-03-19 13:04:40 +00:00
родитель 4314609a00
Коммит 13ff2a0f34

Просмотреть файл

@ -75,7 +75,6 @@ static bool params_set = false;
int orte_register_params(void)
{
int value;
bool orte_debug_flag;
int orte_debug_verbosity;
if (params_set) {