Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r54832:f1c27769bc89
Date: 2012-04-30 16:20 +0200
http://bitbucket.org/pypy/pypy/changeset/f1c27769bc89/

Log:    Remove unused declaration again.

diff --git a/pypy/module/thread/ll_thread.py b/pypy/module/thread/ll_thread.py
--- a/pypy/module/thread/ll_thread.py
+++ b/pypy/module/thread/ll_thread.py
@@ -45,10 +45,6 @@
                             threadsafe=True)  # release the GIL, but most
                                               # importantly, reacquire it
                                               # around the callback
-c_thread_start_NOGIL = llexternal('RPyThreadStart', [CALLBACK], rffi.LONG,
-                                  _callable=_emulated_start_new_thread,
-                                  _nowrapper=True,  # just call directly
-                                  random_effects_on_gcobjs=False)
 c_thread_get_ident = llexternal('RPyThreadGetIdent', [], rffi.LONG,
                                 _nowrapper=True)    # always call directly
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to