aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-07-30 22:13:03 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-07-30 22:13:03 +0300
commitfc3062870b8d7af978a0eb68fe1a828707579254 (patch)
tree128ebe7b619a0a912fa8fd9edff6edb710cdc058 /environment.py
parent44c0e223305e295f61fcfe1d52967c19731fbe1f (diff)
downloadmeson-fc3062870b8d7af978a0eb68fe1a828707579254.zip
meson-fc3062870b8d7af978a0eb68fe1a828707579254.tar.gz
meson-fc3062870b8d7af978a0eb68fe1a828707579254.tar.bz2
Removed stray comment.
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;