[Lldb-commits] [lldb] r107413 - /lldb/trunk/include/lldb/Core/FileSpec.h
Greg Clayton
gclayton at apple.com
Thu Jul 1 11:31:14 PDT 2010
Author: gclayton
Date: Thu Jul 1 13:31:14 2010
New Revision: 107413
URL: http://llvm.org/viewvc/llvm-project?rev=107413&view=rev
Log:
Undid extra changes I already checked in.
Modified:
lldb/trunk/include/lldb/Core/FileSpec.h
Modified: lldb/trunk/include/lldb/Core/FileSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/FileSpec.h?rev=107413&r1=107412&r2=107413&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/FileSpec.h (original)
+++ lldb/trunk/include/lldb/Core/FileSpec.h Thu Jul 1 13:31:14 2010
@@ -436,9 +436,6 @@
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:
//------------------------------------------------------------------
More information about the lldb-commits
mailing list