Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r68889:f114c24cec5f
Date: 2014-01-23 22:51 +0100
http://bitbucket.org/pypy/pypy/changeset/f114c24cec5f/
Log: Remove dead code.
diff --git a/rpython/translator/llvm/test/test_genllvm.py
b/rpython/translator/llvm/test/test_genllvm.py
--- a/rpython/translator/llvm/test/test_genllvm.py
+++ b/rpython/translator/llvm/test/test_genllvm.py
@@ -353,17 +353,6 @@
so_file = genllvm._compile(True)
return CTypesFuncWrapper(genllvm, graph, str(so_file))
- def _compile(self, func, args, policy=None, gcpolicy=None):
- types = [lltype.typeOf(arg) for arg in args]
- if not (func == self._func and types == self._types):
- self._compiled = self.getcompiled(func, types, gcpolicy=gcpolicy,
- annotator_policy=policy,
- no_gcremovetypeptr=True)
- self._compiled.convert = False
- self._func = func
- self._types = types
- return self._compiled
-
@property
def translator(self):
return self._translator
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit