summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FormattedStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/FormattedStream.h')
-rw-r--r--include/llvm/Support/FormattedStream.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Support/FormattedStream.h b/include/llvm/Support/FormattedStream.h
index 3a872058c9..768b8ed0ee 100644
--- a/include/llvm/Support/FormattedStream.h
+++ b/include/llvm/Support/FormattedStream.h
@@ -33,11 +33,6 @@ namespace llvm
///
const static bool PRESERVE_STREAM = false;
- /// MAX_COLUMN_PAD - This is the maximum column padding we ever
- /// expect to see.
- ///
- const static unsigned MAX_COLUMN_PAD = 100;
-
private:
/// TheStream - The real stream we output to. We set it to be
/// unbuffered, since we're already doing our own buffering.