[pypy-svn] pypy jitypes2: remove debug printf

antocuni commits-noreply at bitbucket.org
Thu Dec 23 19:10:17 CET 2010


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: jitypes2
Changeset: r40219:31d6715d591b
Date: 2010-12-23 19:02 +0100
http://bitbucket.org/pypy/pypy/changeset/31d6715d591b/

Log:	remove debug printf

diff --git a/pypy/rlib/test/test_libffi.py b/pypy/rlib/test/test_libffi.py
--- a/pypy/rlib/test/test_libffi.py
+++ b/pypy/rlib/test/test_libffi.py
@@ -388,9 +388,7 @@
                 long y;
             };
 
-            #include <stdio.h>
             long sum_point(struct Point p) {
-                printf("&p = %ld, p.x = %ld, p.y = %ld\\n", &p, p.x, p.y);
                 return p.x + p.y;
             }
         """


More information about the Pypy-commit mailing list