diff options
Diffstat (limited to 'include/llvm/Support/PathV1.h')
-rw-r--r-- | include/llvm/Support/PathV1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h index ae3986b..17c9e92 100644 --- a/include/llvm/Support/PathV1.h +++ b/include/llvm/Support/PathV1.h @@ -104,11 +104,6 @@ namespace sys { /// @brief Returns the current working directory. static Path GetCurrentDirectory(); - /// GetMainExecutable - Return the path to the main executable, given the - /// value of argv[0] from program startup and the address of main itself. - /// In extremis, this function may fail and return an empty path. - static Path GetMainExecutable(const char *argv0, void *MainAddr); - /// This is one of the very few ways in which a path can be constructed /// with a syntactically invalid name. The only *legal* invalid name is an /// empty one. Other invalid names are not permitted. Empty paths are |