From 467b300e6cf904a02a0426392aed3f80729f88f8 Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Wed, 12 Jul 2017 13:56:17 -0500 Subject: [PATCH] Remove an outdated comment --- hy/compiler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hy/compiler.py b/hy/compiler.py index adc2647..d8d2fb3 100755 --- a/hy/compiler.py +++ b/hy/compiler.py @@ -212,8 +212,6 @@ class Result(object): ctx=ast.Load(), lineno=lineno, col_offset=col_offset) - # XXX: Likely raise Exception here - this will assertionfail - # pypy since the ast will be out of numerical order. def expr_as_stmt(self): """Convert the Result's expression context to a statement