From f53fd37ff628ce9011a5360e83c70d7c3217fd29 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 Apr 2010 20:26:07 +0000 Subject: [PATCH] remove compatibility typedef. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100221 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 */ -- 2.34.1