Fix Whitespace.
[oota-llvm.git] / include / llvm / Support / DebugLoc.h
index df4b961140f784e380070a48d3a33c88bbe68057..ccc344612913d7c77df8d293071a1de874a013c5 100644 (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 */