Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused default constructors.
[simgrid.git] / src / surf / storage_interface.hpp
index d0e7df6..357200e 100644 (file)
@@ -262,11 +262,6 @@ typedef enum {
  */
 class StorageAction : public Action {
 public:
-  /**
-   * @brief StorageAction constructor
-   */
-  StorageAction() : m_type(READ) {};//FIXME:REMOVE
-
   /**
    * @brief StorageAction constructor
    *