summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/fe_extern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/fe/fe_extern.cpp')
-rw-r--r--TAO/TAO_IDL/fe/fe_extern.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/TAO_IDL/fe/fe_extern.cpp b/TAO/TAO_IDL/fe/fe_extern.cpp
index 0814e98e19f..7c1b28ad66c 100644
--- a/TAO/TAO_IDL/fe/fe_extern.cpp
+++ b/TAO/TAO_IDL/fe/fe_extern.cpp
@@ -125,20 +125,3 @@ FE_new_UTL_Indenter (void)
return retval;
}
-
-// Utility method.
-
-ACE_CString
-FE_generate_UUID (void)
-{
- ACE_Utils::UUID uuid;
-
- // The 0xc0 arg triggers use of the thread id in creating the UUID,
- // useful when the IDL compiler is run by multiple threads in the
- // same process.
- ACE_Utils::UUID_GENERATOR::instance ()->generateUUID (uuid,
- 0x0001,
- 0xc0);
-
- return *uuid.to_string ();
-}