[ScalarEvolution] Get rid of NDEBUG in header.
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolution.h
index 0413b6849bdb1ed9b184fc6f123e0884cdd0c030..f85d328e1c8664209a07ecca62ff399ce7bee4dd 100644 (file)
@@ -127,12 +127,6 @@ namespace llvm {
     /// Print out the internal representation of this scalar to the specified
     /// stream.  This should really only be used for debugging purposes.
     void print(raw_ostream &OS) const;
-
-#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
-    /// This method is used for debugging.
-    ///
-    void dump() const;
-#endif
   };
 
   // Specialize FoldingSetTrait for SCEV to avoid needing to compute