summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-02 20:26:07 +0000
committerChris Lattner <sabre@nondot.org>2010-04-02 20:26:07 +0000
commitf53fd37ff628ce9011a5360e83c70d7c3217fd29 (patch)
tree748b6b4c76f999e67550c5a2fd612f07351538bc
parent84e679beea11ac55ed7871eec4deaccdf393de3e (diff)
downloadllvm-f53fd37ff628ce9011a5360e83c70d7c3217fd29.tar.gz
llvm-f53fd37ff628ce9011a5360e83c70d7c3217fd29.tar.bz2
llvm-f53fd37ff628ce9011a5360e83c70d7c3217fd29.tar.xz
remove compatibility typedef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100221 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/DebugLoc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Support/DebugLoc.h b/include/llvm/Support/DebugLoc.h
index df4b961140..ccc3446129 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 */