forked from OSchip/llvm-project
parent
18a584b56c
commit
8161046f9e
llvm/include/llvm/Support
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue