Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Sort out FIXMEs and TODOs
[simgrid.git] / src / mc / RegionSnapshot.hpp
index 30beff1..7a76d7c 100644 (file)
@@ -29,7 +29,6 @@ enum class RegionType {
   Data = 2
 };
 
-// TODO, use Boost.Variant instead of this
 enum class StorageType {
   NoData = 0,
   Flat = 1,