1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

remove compatibility typedef.

llvm-svn: 100221
This commit is contained in:
Chris Lattner 2010-04-02 20:26:07 +00:00
parent a686e27bab
commit d2b2c940bf

View File

@ -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 */