From fc3062870b8d7af978a0eb68fe1a828707579254 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 30 Jul 2013 22:13:03 +0300 Subject: [PATCH] Removed stray comment. --- environment.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/environment.py b/environment.py index 68481faa1..597399ff1 100644 --- a/environment.py +++ b/environment.py @@ -202,9 +202,6 @@ int main(int argc, char **argv) { return res.compiled def has_member(self, typename, membername, prefix): - # This fails (returns true) if funcname is a ptr or a variable. - # The correct check is a lot more difficult. - # Fix this to do that eventually. templ = '''%s void foo() { %s foo;