[pypy-commit] pypy remove-string-smm: Remove undeed SMM definition.

hodgestar noreply at buildbot.pypy.org
Fri Mar 22 00:43:11 CET 2013


Author: Simon Cross <hodgestar at gmail.com>
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,


More information about the pypy-commit mailing list