Remove dead function user_cache_directory()
authorNico Weber <nicolasweber@gmx.de>
Tue, 18 Sep 2018 15:06:16 +0000 (15:06 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 18 Sep 2018 15:06:16 +0000 (15:06 +0000)
commitd4ed32c52673337cabc2a0e9b62513d91d24f379
treefba19657909d74c6e48dbdec75dcca7bcdc83d78
parent32e5d8626d006337416ae4a4190bd498e8a5478a
Remove dead function user_cache_directory()

It's been unused since it was added almost 3 years ago in
https://reviews.llvm.org/D13801

Motivated by https://reviews.llvm.org/rL342002 since it removes one of the
functions keeping a ref to SHGetKnownFolderPath.

Differential Revision: https://reviews.llvm.org/D52184

llvm-svn: 342485
llvm/include/llvm/Support/Path.h
llvm/lib/Support/Path.cpp
llvm/lib/Support/Unix/Path.inc
llvm/lib/Support/Windows/Path.inc
llvm/unittests/Support/Path.cpp