diff options
Diffstat (limited to 'include/llvm/Support/Process.h')
-rw-r--r-- | include/llvm/Support/Process.h | 4 |
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(); /// @} |