remove compatibility typedef.

llvm-svn: 100221
This commit is contained in:
Chris Lattner 2010-04-02 20:26:07 +00:00
parent 18a584b56c
commit 8161046f9e
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ namespace llvm {
} }
bool operator!=(const DebugLoc &DL) const { return !(*this == DL); } bool operator!=(const DebugLoc &DL) const { return !(*this == DL); }
}; };
typedef DebugLoc NewDebugLoc;
} // end namespace llvm } // end namespace llvm
#endif /* LLVM_DEBUGLOC_H */ #endif /* LLVM_DEBUGLOC_H */