summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Process.h
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
commitc9413c745bec9707064211bc5fd02cdfb153c92d (patch)
treeb6d2457c04ea7afb6454b078205c611c94e811a6 /include/llvm/Support/Process.h
parentffa6c40ecf502281ea171969b42a38c2eef0493f (diff)
downloadllvm-c9413c745bec9707064211bc5fd02cdfb153c92d.tar.gz
llvm-c9413c745bec9707064211bc5fd02cdfb153c92d.tar.bz2
llvm-c9413c745bec9707064211bc5fd02cdfb153c92d.tar.xz
Revert r154800 which breaks windows builders.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154802 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Process.h')
-rw-r--r--include/llvm/Support/Process.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Support/Process.h b/include/llvm/Support/Process.h
index d796b7906d..33799229ff 100644
--- a/include/llvm/Support/Process.h
+++ b/include/llvm/Support/Process.h
@@ -136,10 +136,6 @@ namespace sys {
/// Same as OutputColor, but only enables the bold attribute.
static const char *OutputBold(bool bg);
- /// This function returns the escape sequence to reverse forground and
- /// background colors.
- static const char *OutputReverse();
-
/// Resets the terminals colors, or returns an escape sequence to do so.
static const char *ResetColor();
/// @}