diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-23 13:05:00 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-23 13:05:00 +0000 |
commit | 855c65352910a3c4567d306d8d1c3fc89806c67c (patch) | |
tree | a48731b07ae0c29b51b25866538a1fc4b05d4a87 /libitm/libitm.h | |
parent | dffe2d192cf2ab307e74213d13797b9e95c09b6a (diff) | |
download | gcc-855c65352910a3c4567d306d8d1c3fc89806c67c.tar.gz |
Remove _ITM_getThreadnum
* libitm.h (_ITM_getThreadnum): Remove.
* libitm.map (_ITM_getThreadnum): Remove from LIBITM_1.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183431 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/libitm.h')
-rw-r--r-- | libitm/libitm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libitm/libitm.h b/libitm/libitm.h index 80ae96dedb9..436eb94c65d 100644 --- a/libitm/libitm.h +++ b/libitm/libitm.h @@ -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(_ITM_userCommitFunction, 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) |