Author: Manuel Jacob <[email protected]>
Branch:
Changeset: r82429:b6338ee2fffb
Date: 2016-02-23 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/b6338ee2fffb/
Log: Kill unused posix_function_name() method.
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -355,10 +355,6 @@
scoped_alloc_buffer = staticmethod(rffi.scoped_alloc_buffer)
@staticmethod
- def posix_function_name(name):
- return UNDERSCORE_ON_WIN32 + name
-
- @staticmethod
def ll_os_name(name):
return 'll_os.ll_os_' + name
@@ -397,10 +393,6 @@
scoped_alloc_buffer = staticmethod(rffi.scoped_alloc_unicodebuffer)
@staticmethod
- def posix_function_name(name):
- return UNDERSCORE_ON_WIN32 + 'w' + name
-
- @staticmethod
@specialize.argtype(0)
def ll_os_name(name):
return 'll_os.ll_os_w' + name
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit