Author: Carl Friedrich Bolz <[email protected]>
Branch: cells-local-stack
Changeset: r77230:1c5a12a2b501
Date: 2015-05-08 18:43 +0200
http://bitbucket.org/pypy/pypy/changeset/1c5a12a2b501/
Log: remove unused methods
diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyframe.py
+++ b/pypy/interpreter/pyframe.py
@@ -395,14 +395,6 @@
depth -= 1
self.valuestackdepth = finaldepth
- def save_locals_stack(self):
- return self.locals_cells_stack_w[:self.valuestackdepth]
-
- def restore_locals_stack(self, items_w):
- self.locals_cells_stack_w[:len(items_w)] = items_w
- self.init_cells()
- self.dropvaluesuntil(len(items_w))
-
def make_arguments(self, nargs):
return Arguments(self.space, self.peekvalues(nargs))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit