Skip to content

Commit d172a45

Browse files
committed
delete leftover )
1 parent 3b243ee commit d172a45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/include/flang/Lower/Support/print-instantiation-declarations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def __init__(self, category, kind):
110110

111111
def to_string(self):
112112
return f"Fortran::evaluate::Type<{self.category.to_string()}, {self.kind}>"
113-
)
114113

115114

116115
ArithCategories = [Complex, Integer, Real, Unsigned]

0 commit comments

Comments
 (0)