From: Chris Lattner Date: Tue, 28 Aug 2007 05:56:37 +0000 (+0000) Subject: remove dead method. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=050785860b8541c837982beef3f06d292d1d0c1d;p=clang remove dead method. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41531 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index 47a433d689..b03c46144d 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -155,11 +155,6 @@ public: // Type Operators //===--------------------------------------------------------------------===// - /// getIntegerBitwidth - Return the bitwidth of the specified integer type - /// according to the target. 'Loc' specifies the source location that - /// requires evaluation of this property. - unsigned getIntegerBitwidth(QualType T, SourceLocation Loc); - /// maxIntegerType - Returns the highest ranked integer type. Handles 3 /// different type combos: unsigned/unsigned, signed/signed, signed/unsigned. static QualType maxIntegerType(QualType lhs, QualType rhs);