summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-04-16 07:59:39 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-04-16 07:59:39 +0000
commit64104f16d4132211a86a40eac35cc75c4a79bdcf (patch)
treec58e91a782d33d04b7146cc9ec978fcdfc1f2214 /llvm/lib/Support/Unix
parent4badeb3f0dbe187f8fd571cdcc3133bfec5cffea (diff)
downloadbcm5719-llvm-64104f16d4132211a86a40eac35cc75c4a79bdcf.tar.gz
bcm5719-llvm-64104f16d4132211a86a40eac35cc75c4a79bdcf.zip
Revert r154800 which breaks windows builders.
llvm-svn: 154802
Diffstat (limited to 'llvm/lib/Support/Unix')
-rw-r--r--llvm/lib/Support/Unix/Process.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/Unix/Process.inc b/llvm/lib/Support/Unix/Process.inc
index f640462a451..2d7fd384e8b 100644
--- a/llvm/lib/Support/Unix/Process.inc
+++ b/llvm/lib/Support/Unix/Process.inc
@@ -290,10 +290,6 @@ const char *Process::OutputBold(bool bg) {
return "\033[1m";
}
-const char *Process::OutputReverse() {
- return "\033[7m";
-}
-
const char *Process::ResetColor() {
return "\033[0m";
}
OpenPOWER on IntegriCloud