From de51ded2fa3d8d92e821e72294a89c1310a70cc6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 22 Aug 2009 23:16:09 +0000 Subject: switch formattedstream to use raw_ostream::indent. This eliminates the weird MAX_COLUMN_PAD limitation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79785 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/FormattedStream.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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. -- cgit v1.2.3