Skip to content

Commit

Permalink
Remove not accessed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
qaco committed Nov 4, 2024
1 parent ee374a4 commit 39822f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xdsl/transforms/apply_pdl.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from dataclasses import dataclass
from io import StringIO
from typing import cast

from xdsl.context import MLContext
Expand Down Expand Up @@ -33,7 +32,6 @@ def apply(self, ctx: MLContext, op: builtin.ModuleOp) -> None:
pdl_module = parser.parse_module()
else:
pdl_module = payload_module
stream = StringIO()
rewrite_patterns = [
cast(RewritePattern, PDLRewritePattern(op, ctx, None))
for op in pdl_module.walk()
Expand Down

0 comments on commit 39822f0

Please sign in to comment.