[pypy-commit] pypy default: Delete confusing unused method

rlamy pypy.commits at gmail.com
Tue Jan 22 12:31:24 EST 2019


Author: Ronan Lamy <ronan.lamy at gmail.com>
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',


More information about the pypy-commit mailing list