Remove an unused variable.
This commit was SVN r15473.
Этот коммит содержится в:
родитель
59ee366728
Коммит
e3ad495e7b
@ -239,12 +239,10 @@ static void find_dyn_components(const char *path, const char *type_name,
|
||||
file = (component_file_item_t *) cur;
|
||||
|
||||
if( UNVISITED == file->status ) {
|
||||
int i = 0;
|
||||
bool op = true;
|
||||
file->status = CHECKING_CYCLE;
|
||||
|
||||
op = use_component(include_mode, name, file->name);
|
||||
|
||||
if( true == op ) {
|
||||
open_component(file, found_components);
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user