]> granicus.if.org Git - clang/commitdiff
remove dead method.
authorChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 05:56:37 +0000 (05:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 05:56:37 +0000 (05:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41531 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index 47a433d689c00b8ef5bce7ef76966605589f7837..b03c46144d2b0080b616704792a1786c5a40be83 100644 (file)
@@ -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);