projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e679b
)
remove compatibility typedef.
author
Chris Lattner
<sabre@nondot.org>
Fri, 2 Apr 2010 20:26:07 +0000
(20:26 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 2 Apr 2010 20:26:07 +0000
(20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100221
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/DebugLoc.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/DebugLoc.h
b/include/llvm/Support/DebugLoc.h
index df4b961140f784e380070a48d3a33c88bbe68057..ccc344612913d7c77df8d293071a1de874a013c5 100644
(file)
--- 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 */