Author: Ronan Lamy <[email protected]>
Branch: 
Changeset: r95698:33fe32bc9404
Date: 2019-01-22 17:30 +0000
http://bitbucket.org/pypy/pypy/changeset/33fe32bc9404/

Log:    Delete confusing unused method

diff --git a/rpython/jit/metainterp/test/test_zvector.py 
b/rpython/jit/metainterp/test/test_zvector.py
--- a/rpython/jit/metainterp/test/test_zvector.py
+++ b/rpython/jit/metainterp/test/test_zvector.py
@@ -81,13 +81,6 @@
         if not self.supports_vector_ext():
             py.test.skip("this cpu %s has no implemented vector backend" % CPU)
 
-    def meta_interp(self, f, args, policy=None, vec=True, vec_all=False):
-        return ll_meta_interp(f, args, enable_opts=self.enable_opts,
-                              policy=policy,
-                              CPUClass=self.CPUClass,
-                              type_system=self.type_system,
-                              vec=vec, vec_all=vec_all)
-
     # FLOAT UNARY
 
     @pytest.mark.parametrize('func',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to