From 39df70c33a349ab226df7b6706e5b4331c1afc07 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 1 Nov 2011 05:11:01 +0000 Subject: Remove a couple unused methods. PR11201. llvm-svn: 143452 --- llvm/lib/Support/Path.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'llvm/lib/Support/Path.cpp') diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp index e5b7cd3..a4d49dc 100644 --- a/llvm/lib/Support/Path.cpp +++ b/llvm/lib/Support/Path.cpp @@ -38,16 +38,6 @@ bool Path::operator<(const Path& that) const { return path < that.path; } -Path -Path::GetLLVMConfigDir() { - Path result; -#ifdef LLVM_ETCDIR - if (result.set(LLVM_ETCDIR)) - return result; -#endif - return GetLLVMDefaultConfigDir(); -} - LLVMFileType sys::IdentifyFileType(const char *magic, unsigned length) { assert(magic && "Invalid magic number string"); -- cgit v1.1