# HG changeset patch
# Parent e9235a85428f1c332d0b4346142aabc0d3c3990c
Remove _ITM_getThreadnum
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
@@ -149,8 +149,6 @@ extern void _ITM_addUserCommitAction(_IT
extern void _ITM_addUserUndoAction(_ITM_userUndoFunction, void *) ITM_REGPARM;
-extern int _ITM_getThreadnum(void) ITM_REGPARM;
-
extern void _ITM_dropReferences (void *, size_t) ITM_REGPARM ITM_PURE;
extern void *_ITM_malloc (size_t)
@@ -8,7 +8,6 @@ LIBITM_1.0 {
_ITM_commitTransaction;
_ITM_commitTransactionEH;
_ITM_error;
- _ITM_getThreadnum;
_ITM_getTransactionId;
_ITM_inTransaction;
_ITM_libraryVersion;