diff --git a/llvm/include/llvm/Support/DebugLoc.h b/llvm/include/llvm/Support/DebugLoc.h index df4b961140f7..ccc344612913 100644 --- a/llvm/include/llvm/Support/DebugLoc.h +++ b/llvm/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 */