diff --git a/src/Cedar/SW.c b/src/Cedar/SW.c index 4a0eb9e3..4e4ca3c9 100644 --- a/src/Cedar/SW.c +++ b/src/Cedar/SW.c @@ -4005,11 +4005,6 @@ SW_LOGFILE *SwLoadLogFile(SW *sw, wchar_t *filename) CfgGetStr(info, "ComponentName", component_name, sizeof(component_name)); build = CfgGetInt(info, "Build"); - if (build == 0) - { - goto LABEL_CLEANUP; - } - c = SwFindComponent(sw, component_name); if (c == NULL) {