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;
|
file = (component_file_item_t *) cur;
|
||||||
|
|
||||||
if( UNVISITED == file->status ) {
|
if( UNVISITED == file->status ) {
|
||||||
int i = 0;
|
|
||||||
bool op = true;
|
bool op = true;
|
||||||
file->status = CHECKING_CYCLE;
|
file->status = CHECKING_CYCLE;
|
||||||
|
|
||||||
op = use_component(include_mode, name, file->name);
|
op = use_component(include_mode, name, file->name);
|
||||||
|
|
||||||
if( true == op ) {
|
if( true == op ) {
|
||||||
open_component(file, found_components);
|
open_component(file, found_components);
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user