aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rw-r--r--environment.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/environment.py b/environment.py
index 68481fa..597399f 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;