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/Unix/Path.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/lib/Support/Unix') diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc index 85c7c4022f4..418dc073349 100644 --- a/llvm/lib/Support/Unix/Path.inc +++ b/llvm/lib/Support/Unix/Path.inc @@ -234,11 +234,6 @@ Path::GetBitcodeLibraryPaths(std::vector& Paths) { GetSystemLibraryPaths(Paths); } -Path -Path::GetLLVMDefaultConfigDir() { - return Path("/etc/llvm/"); -} - Path Path::GetUserHomeDirectory() { const char* home = getenv("HOME"); -- cgit v1.2.3