Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / SMDS / SMDS_Mesh.hxx
index 9fa0642f8af485bd0df940726e7d09203300312d..7e54f5efe14bf57d60576005a045fe91e57af0ed 100644 (file)
@@ -679,7 +679,7 @@ public:
     * \param doNotRaise - if true, suppress exception, just return free memory size
     * \retval int - amount of available memory in MB or negative number in failure case
    */
-  static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
+  static int CheckMemory(const bool doNotRaise=false);
 
   virtual int MaxNodeID() const;
   virtual int MinNodeID() const;