diff options
Diffstat (limited to 'lldb/source/Core/UserID.cpp')
| -rw-r--r-- | lldb/source/Core/UserID.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lldb/source/Core/UserID.cpp b/lldb/source/Core/UserID.cpp deleted file mode 100644 index 7ad31877f42..00000000000 --- a/lldb/source/Core/UserID.cpp +++ /dev/null @@ -1,21 +0,0 @@ -//===-- UserID.cpp ----------------------------------------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "lldb/Core/UserID.h" -#include "lldb/Utility/Stream.h" - -#include <inttypes.h> - -using namespace lldb; -using namespace lldb_private; - -Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { - strm.Printf("{0x%8.8" PRIx64 "}", uid.GetID()); - return strm; -} |

