summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/OS_NS_Thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_Thread.h b/ACE/ace/OS_NS_Thread.h
index 2387f76a7df..a4e933bd98b 100644
--- a/ACE/ace/OS_NS_Thread.h
+++ b/ACE/ace/OS_NS_Thread.h
@@ -810,7 +810,7 @@ class ACE_TSS_Keys;
class ACE_Export ACE_TSS_Emulation
{
public:
- typedef void (*ACE_TSS_DESTRUCTOR)(void *value) /* throw () */;
+ typedef void (*ACE_TSS_DESTRUCTOR)(void *value);
/// Maximum number of TSS keys allowed over the life of the program.
enum { ACE_TSS_THREAD_KEYS_MAX = ACE_DEFAULT_THREAD_KEYS };