[pypy-commit] pypy win64-stage1: remove changes no longer needed

ctismer noreply at buildbot.pypy.org
Tue Mar 13 20:59:51 CET 2012


Author: Christian Tismer <tismer at stackless.com>
Branch: win64-stage1
Changeset: r53474:d7ffb20c7cd7
Date: 2012-03-13 12:58 -0700
http://bitbucket.org/pypy/pypy/changeset/d7ffb20c7cd7/

Log:	remove changes no longer needed

diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -47,10 +47,8 @@
 pypydir = py.path.local(autopath.pypydir)
 include_dir = pypydir / 'module' / 'cpyext' / 'include'
 source_dir = pypydir / 'module' / 'cpyext' / 'src'
-signed_dir = pypydir / 'translator' / 'c' / 'src'
 include_dirs = [
     include_dir,
-    signed_dir,
     udir,
     ]
 


More information about the pypy-commit mailing list