aboutsummaryrefslogtreecommitdiffstats
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
commitf587338cf7f261057efeade8597d793f1500ef8a (patch)
tree748b6b4c76f999e67550c5a2fd612f07351538bc
parentb14ae790a7bbd726f300635928fea6560786b812 (diff)
downloadexternal_llvm-f587338cf7f261057efeade8597d793f1500ef8a.tar.gz
external_llvm-f587338cf7f261057efeade8597d793f1500ef8a.tar.bz2
external_llvm-f587338cf7f261057efeade8597d793f1500ef8a.zip
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 */