Removed stray comment.

pull/15/head
Jussi Pakkanen 12 years ago
parent 44c0e22330
commit fc3062870b
  1. 3
      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;

Loading…
Cancel
Save