]> granicus.if.org Git - clang/commitdiff
remove dead method with bogus comment.
authorChris Lattner <sabre@nondot.org>
Fri, 12 Oct 2007 23:18:19 +0000 (23:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Oct 2007 23:18:19 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42937 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index 650fce34e841a82fb138b1c0f0a6f69597a0c1e4..4eb96ad89f79f14f814d16d9a846607007c9932c 100644 (file)
@@ -383,11 +383,6 @@ public:
   bool isSizeOfAlignOfOp() const { return Opc == SizeOf || Opc == AlignOf; }
   static bool isArithmeticOp(Opcode Op) { return Op >= Plus && Op <= LNot; }
   
-  /// getDecl - a recursive routine that derives the base decl for an
-  /// expression. For example, it will return the declaration for "s" from
-  /// the following complex expression "s.zz[2].bb.vv".
-  static bool isAddressable(Expr *e);
-  
   /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
   /// corresponds to, e.g. "sizeof" or "[pre]++"
   static const char *getOpcodeStr(Opcode Op);