Skip to content

Commit 24a9fd4

Browse files
committed
Remove outdated, misplaced docstring
1 parent 186b416 commit 24a9fd4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pydsl/compiler.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,6 @@ class ToMLIR(ToMLIRBase):
228228
interceptor_stack = []
229229
context_stack = []
230230
catch_comp_error: bool = True
231-
"""
232-
The last chain of attributes evaluated. This needs to be stored for cases
233-
where it is needed by method calls that require self or cls.
234-
"""
235231

236232
# Results are cached because visiting a node multiple times can result in
237233
# MLIR programs being generated multiple times

0 commit comments

Comments
 (0)