Author: Manuel Jacob <[email protected]>
Branch: llvm-translation-backend
Changeset: r81644:7c9fd7e467ba
Date: 2016-01-05 07:43 +0100
http://bitbucket.org/pypy/pypy/changeset/7c9fd7e467ba/

Log:    Remove dead code.

diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py
--- a/rpython/rtyper/llinterp.py
+++ b/rpython/rtyper/llinterp.py
@@ -946,12 +946,6 @@
     def op_llvm_gcmap(self):
         raise NotImplementedError("llvm_gcmap")
 
-    def op_llvm_store_gcroot(self):
-        raise NotImplementedError("llvm_store_gcroot")
-
-    def op_llvm_load_gcroot(self):
-        raise NotImplementedError("llvm_load_gcroot")
-
     def op_llvm_stack_malloc(self):
         raise NotImplementedError("llvm_stack_malloc")
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to