]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/Variable.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill function declarations without definitions.
[simgrid.git] / src / mc / Variable.hpp
index 5f43e5c79fd79bb876e99a3589ae205b087ba595..bf7f86a53209551b367fb602000fa8b00e212b7b 100644 (file)
@@ -20,7 +20,7 @@ namespace mc {
 /** A variable (global or local) in the model-checked program */
 class Variable {
 public:
-  Variable() {}
+  Variable() = default;
   std::uint32_t id = 0;
   bool global = false;
   std::string name;