diff options
Diffstat (limited to 'llvm/include/llvm/Support/Program.h')
| -rw-r--r-- | llvm/include/llvm/Support/Program.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/include/llvm/Support/Program.h b/llvm/include/llvm/Support/Program.h index e64bfb2948a..381b0d4902d 100644 --- a/llvm/include/llvm/Support/Program.h +++ b/llvm/include/llvm/Support/Program.h @@ -133,11 +133,6 @@ namespace sys { /// Return true if the given arguments fit within system-specific /// argument length limits. bool commandLineFitsWithinSystemLimits(StringRef Program, - ArrayRef<StringRef> Args); - - /// Return true if the given arguments fit within system-specific - /// argument length limits. - bool commandLineFitsWithinSystemLimits(StringRef Program, ArrayRef<const char *> Args); /// File encoding options when writing contents that a non-UTF8 tool will @@ -194,14 +189,6 @@ namespace sys { ///< string is non-empty upon return an error occurred while invoking the ///< program. ); - -#if defined(_WIN32) - /// Given a list of command line arguments, quote and escape them as necessary - /// to build a single flat command line appropriate for calling CreateProcess - /// on - /// Windows. - std::string flattenWindowsCommandLine(ArrayRef<StringRef> Args); -#endif } } |

