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 47a433d..b03c461 100644
--- a/include/clang/AST/ASTContext.h
+++ b/include/clang/AST/ASTContext.h
@@ -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);