Author: Simon Cross <[email protected]>
Branch: remove-string-smm
Changeset: r62621:a05eeef6cfb0
Date: 2013-03-22 01:09 +0200
http://bitbucket.org/pypy/pypy/changeset/a05eeef6cfb0/

Log:    Remove undeed SMM definition.

diff --git a/pypy/objspace/std/bytearraytype.py 
b/pypy/objspace/std/bytearraytype.py
--- a/pypy/objspace/std/bytearraytype.py
+++ b/pypy/objspace/std/bytearraytype.py
@@ -19,7 +19,6 @@
 from pypy.objspace.std.bytearrayinterface import bytearray_interface_methods
 
 
-str_ljust = SMM('ljust', 3, defaults=(' ',))
 str_join = SMM('join', 2, defaults=(None,-1))
 
 bytearray_insert  = SMM('insert', 3,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to