Skip to content

Commit adf6b12

Browse files
[LNT] NFC: Remove comment made outdated by rL373218
llvm-svn: 373608
1 parent 3282341 commit adf6b12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lnt/testing/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ def render(self, indent=4):
8585
at construction as a string, where each object is indented by
8686
indent spaces compared to its parent.
8787
"""
88-
# Note that we specifically override the encoding to avoid the
89-
# possibility of encoding errors. Clients which care about the
90-
# text encoding should supply unicode string objects.
9188
if self.report_version == 2:
9289
return json.dumps({'format_version': str(self.report_version),
9390
'machine': self.machine.render(),

0 commit comments

Comments
 (0)