[pypy-svn] r42971 - in pypy/dist/pypy/rpython: . module

fijal at codespeak.net fijal at codespeak.net
Wed May 9 21:19:41 CEST 2007


Author: fijal
Date: Wed May  9 21:19:41 2007
New Revision: 42971

Removed:
   pypy/dist/pypy/rpython/module/ll_js.py
Modified:
   pypy/dist/pypy/rpython/extfunctable.py
Log:
Remove references to rjs


Modified: pypy/dist/pypy/rpython/extfunctable.py
==============================================================================
--- pypy/dist/pypy/rpython/extfunctable.py	(original)
+++ pypy/dist/pypy/rpython/extfunctable.py	Wed May  9 21:19:41 2007
@@ -271,11 +271,6 @@
                                                   'll_stackless/switch'))
 
 # ___________________________________________________________
-# javascript
-from pypy.rlib import rjs
-declare(rjs.jseval, str, 'll_js/jseval')
-
-# ___________________________________________________________
 # the exceptions that can be implicitely raised by some operations
 standardexceptions = {
     TypeError        : True,



More information about the Pypy-commit mailing list