diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-01-06 14:26:10 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-01-06 14:26:10 +0100 |
commit | 717956bf5a253b899a468bd07b5df1f5ad1e6e8c (patch) | |
tree | 9d70b53bf97d748aacf8654ff4358b71e6b7e82d /ACE/ace | |
parent | c5c69fd23dc33d3d9222b9121ca286bbeefadf57 (diff) | |
download | ATCD-717956bf5a253b899a468bd07b5df1f5ad1e6e8c.tar.gz |
Remove obsolete comment
* ACE/ace/CORBA_macros.h:
Diffstat (limited to 'ACE/ace')
-rw-r--r-- | ACE/ace/CORBA_macros.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/CORBA_macros.h b/ACE/ace/CORBA_macros.h index 9cd55e26d17..995aa2e9c80 100644 --- a/ACE/ace/CORBA_macros.h +++ b/ACE/ace/CORBA_macros.h @@ -41,7 +41,6 @@ # define ACE_del_bad_alloc #endif -// ACE_HAS_EXCEPTIONS is not the same as ACE_NEW_THROWS_EXCEPTIONS. #if defined(ACE_NEW_THROWS_EXCEPTIONS) # if defined (ACE_HAS_NEW_NOTHROW) |