summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Process.inc
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-10-06 20:44:34 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-10-06 20:44:34 +0000
commitf636cf422ee44138eed48dfc9dc05d20b6ae113c (patch)
tree012eeb09b116552d1471569c8080f6b58ac751f4 /llvm/lib/Support/Unix/Process.inc
parent80bea0c3153775b6be44db0fdae356345afe9d0f (diff)
downloadbcm5719-llvm-f636cf422ee44138eed48dfc9dc05d20b6ae113c.tar.gz
bcm5719-llvm-f636cf422ee44138eed48dfc9dc05d20b6ae113c.zip
Revert "Windows: Add support for unicode command lines"
This is causing MinGW bots to fail. This reverts commit r192069. llvm-svn: 192070
Diffstat (limited to 'llvm/lib/Support/Unix/Process.inc')
-rw-r--r--llvm/lib/Support/Unix/Process.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/Support/Unix/Process.inc b/llvm/lib/Support/Unix/Process.inc
index c5778e746b7..f18fa221036 100644
--- a/llvm/lib/Support/Unix/Process.inc
+++ b/llvm/lib/Support/Unix/Process.inc
@@ -190,14 +190,6 @@ Optional<std::string> Process::GetEnv(StringRef Name) {
return std::string(Val);
}
-error_code Process::GetArgumentVector(SmallVectorImpl<const char *> &ArgsOut,
- ArrayRef<const char *> ArgsIn,
- SpecificBumpPtrAllocator<char> &) {
- ArgsOut.append(ArgsIn.begin(), ArgsIn.end());
-
- return error_code::success();
-}
-
bool Process::StandardInIsUserInput() {
return FileDescriptorIsDisplayed(STDIN_FILENO);
}
OpenPOWER on IntegriCloud