aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Process.inc
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/Process.inc
parent4badeb3f0dbe187f8fd571cdcc3133bfec5cffea (diff)
downloadllvm-64104f16d4132211a86a40eac35cc75c4a79bdcf.zip
llvm-64104f16d4132211a86a40eac35cc75c4a79bdcf.tar.gz
llvm-64104f16d4132211a86a40eac35cc75c4a79bdcf.tar.bz2
Revert r154800 which breaks windows builders.
llvm-svn: 154802
Diffstat (limited to 'llvm/lib/Support/Unix/Process.inc')
-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 f640462..2d7fd384 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";
}