only: this part of #5580 was a bad idea

This commit is contained in:
rusefillc 2023-09-25 15:47:16 -04:00
parent 213cabaf0f
commit 9b6e47c9fc
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ static bool noFiringUntilVvtSync(vvt_mode_e vvtMode) {
return true;
}
if (isGdiEngine()) {
engineConfiguration->isPhaseSyncRequiredForIgnition = true;
#if EFI_PROD_CODE
criticalError("For GDI please configure CAM and require sync for ignition");
#endif