From d2b2c940bf23e9c3c1502f89875cb6ecc24399ff Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 Apr 2010 20:26:07 +0000 Subject: [PATCH] remove compatibility typedef. llvm-svn: 100221 --- include/llvm/Support/DebugLoc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/Support/DebugLoc.h b/include/llvm/Support/DebugLoc.h index df4b961140f..ccc34461291 100644 --- a/include/llvm/Support/DebugLoc.h +++ b/include/llvm/Support/DebugLoc.h @@ -75,8 +75,6 @@ namespace llvm { } bool operator!=(const DebugLoc &DL) const { return !(*this == DL); } }; - - typedef DebugLoc NewDebugLoc; } // end namespace llvm #endif /* LLVM_DEBUGLOC_H */