Skip to content

Commit

Permalink
QbloxLiveEngine improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidelmaazouz committed Nov 18, 2024
1 parent 13e91fc commit 305e385
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/qat/purr/backends/qblox/live.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from qat.backend.analysis_passes import (
BindingPass,
CFGPass,
TILegalisationPass,
TriagePass,
TriageResult,
Expand Down Expand Up @@ -161,7 +160,6 @@ def build_pass_pipeline(self, *args, **kwargs):
| ReturnSanitisation()
| TriagePass()
| BindingPass()
| CFGPass()
| TILegalisationPass()
| QbloxLegalisationPass()
)
Expand Down

0 comments on commit 305e385

Please sign in to comment.