summaryrefslogtreecommitdiff
path: root/ACE/ace/UUID.cpp
diff options
context:
space:
mode:
authorhillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-12-19 01:21:01 +0000
committerhillj <hillj@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-12-19 01:21:01 +0000
commitb3066c3eb409fd8c5e350f9e873ef116ddfde93e (patch)
tree1ca34462bb54ade4a241bc3f1253c54478f60fbf /ACE/ace/UUID.cpp
parent37e1f0bdedd0ed36a0183a57bd17f6baba2660dc (diff)
downloadATCD-b3066c3eb409fd8c5e350f9e873ef116ddfde93e.tar.gz
Fri Dec 19 01:19:36 UTC 2008 James H. Hill <hillj@isis.vanderbilt.edu>
Diffstat (limited to 'ACE/ace/UUID.cpp')
-rw-r--r--ACE/ace/UUID.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/ace/UUID.cpp b/ACE/ace/UUID.cpp
index 6bd23b5be62..2a4d4fe6e63 100644
--- a/ACE/ace/UUID.cpp
+++ b/ACE/ace/UUID.cpp
@@ -220,10 +220,7 @@ namespace ACE_Utils
/// Special case for the nil UUID.
if (uuid_string == *NIL_UUID.to_string ())
{
- bool copy_constructor_not_supported = false;
- ACE_ASSERT (copy_constructor_not_supported);
- //*this = NIL_UUID;
- ACE_UNUSED_ARG (copy_constructor_not_supported);
+ *this = NIL_UUID;
return;
}