summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Utility/UUID.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Utility/UUID.h')
-rw-r--r--lldb/include/lldb/Utility/UUID.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/Utility/UUID.h b/lldb/include/lldb/Utility/UUID.h
index f412c6678f1..dbeb9db611b 100644
--- a/lldb/include/lldb/Utility/UUID.h
+++ b/lldb/include/lldb/Utility/UUID.h
@@ -76,7 +76,6 @@ public:
// Decode as many UUID bytes (up to 16) as possible from the C string "cstr"
// This is used for auto completion where a partial UUID might have been
// typed in. It
- //------------------------------------------------------------------
/// Decode as many UUID bytes (up to 16) as possible from the C
/// string \a cstr.
///
@@ -91,7 +90,6 @@ public:
///
/// \return
/// The original string, with all decoded bytes removed.
- //------------------------------------------------------------------
static llvm::StringRef
DecodeUUIDBytesFromString(llvm::StringRef str,
llvm::SmallVectorImpl<uint8_t> &uuid_bytes,
OpenPOWER on IntegriCloud