diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-30 22:13:03 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-30 22:13:03 +0300 |
commit | fc3062870b8d7af978a0eb68fe1a828707579254 (patch) | |
tree | 128ebe7b619a0a912fa8fd9edff6edb710cdc058 /environment.py | |
parent | 44c0e223305e295f61fcfe1d52967c19731fbe1f (diff) | |
download | meson-fc3062870b8d7af978a0eb68fe1a828707579254.zip meson-fc3062870b8d7af978a0eb68fe1a828707579254.tar.gz meson-fc3062870b8d7af978a0eb68fe1a828707579254.tar.bz2 |
Removed stray comment.
Diffstat (limited to 'environment.py')
-rw-r--r-- | environment.py | 3 |
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; |