From: Chris Lattner Date: Fri, 2 Apr 2010 20:26:07 +0000 (+0000) Subject: remove compatibility typedef. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f53fd37ff628ce9011a5360e83c70d7c3217fd29;p=oota-llvm.git remove compatibility typedef. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100221 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 */