[llvm-commits] [llvm] r100221 - /llvm/trunk/include/llvm/Support/DebugLoc.h

Chris Lattner sabre at nondot.org
Fri Apr 2 13:26:07 PDT 2010


Author: lattner
Date: Fri Apr  2 15:26:07 2010
New Revision: 100221

URL: http://llvm.org/viewvc/llvm-project?rev=100221&view=rev
Log:
remove compatibility typedef.

Modified:
    llvm/trunk/include/llvm/Support/DebugLoc.h

Modified: llvm/trunk/include/llvm/Support/DebugLoc.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/DebugLoc.h?rev=100221&r1=100220&r2=100221&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/DebugLoc.h (original)
+++ llvm/trunk/include/llvm/Support/DebugLoc.h Fri Apr  2 15:26:07 2010
@@ -75,8 +75,6 @@
     }
     bool operator!=(const DebugLoc &DL) const { return !(*this == DL); }
   };
-  
-  typedef DebugLoc NewDebugLoc;
 } // end namespace llvm
 
 #endif /* LLVM_DEBUGLOC_H */





More information about the llvm-commits mailing list