diff options
Diffstat (limited to 'llvm/lib/Support/Windows')
| -rw-r--r-- | llvm/lib/Support/Windows/Path.inc | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index 84565dccbdf..e719d3c7b72 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/lib/Support/Windows/Path.inc @@ -1270,10 +1270,6 @@ static bool getKnownFolderPath(KNOWNFOLDERID folderId,    return ok;  } -bool getUserCacheDir(SmallVectorImpl<char> &Result) { -  return getKnownFolderPath(FOLDERID_LocalAppData, Result); -} -  bool home_directory(SmallVectorImpl<char> &result) {    return getKnownFolderPath(FOLDERID_Profile, result);  } | 

