[cfe-commits] r41531 - /cfe/trunk/include/clang/AST/ASTContext.h

Chris Lattner sabre at nondot.org
Mon Aug 27 22:56:38 PDT 2007


Author: lattner
Date: Tue Aug 28 00:56:37 2007
New Revision: 41531

URL: http://llvm.org/viewvc/llvm-project?rev=41531&view=rev
Log:
remove dead method.

Modified:
    cfe/trunk/include/clang/AST/ASTContext.h

Modified: cfe/trunk/include/clang/AST/ASTContext.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTContext.h?rev=41531&r1=41530&r2=41531&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/ASTContext.h (original)
+++ cfe/trunk/include/clang/AST/ASTContext.h Tue Aug 28 00:56:37 2007
@@ -155,11 +155,6 @@
   //                            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);





More information about the cfe-commits mailing list