diff options
-rw-r--r-- | lldb/include/lldb/Core/FileSpec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/include/lldb/Core/FileSpec.h b/lldb/include/lldb/Core/FileSpec.h index 71c006a52be..296d7f9d3bf 100644 --- a/lldb/include/lldb/Core/FileSpec.h +++ b/lldb/include/lldb/Core/FileSpec.h @@ -436,9 +436,6 @@ public: static int Resolve (const char *src_path, char *dst_path, size_t dst_len); - - static int - ResolveUsername (const char *user_name, char *dst_buffer, size_t dst_len); protected: //------------------------------------------------------------------ |