Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill obsolete TODO.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 28 Jan 2020 10:07:26 +0000 (11:07 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 28 Jan 2020 13:00:16 +0000 (14:00 +0100)
examples/deprecated/java/cloud/migration/Daemon.java
src/mc/ModelChecker.hpp

index 7013adb..d5fe01f 100644 (file)
@@ -18,7 +18,6 @@ public class Daemon extends Process {
   public void main(String[] args) throws MsgException {
     int i = 1;
     while(!Main.isEndOfTest()) {
-      // TODO the binding is not yet available
     try {
       currentTask.execute();
     } catch (HostFailureException e) {
index 50af859..53ff36b 100644 (file)
@@ -25,7 +25,6 @@ class ModelChecker {
   struct event* socket_event_ = nullptr;
   struct event* signal_event_ = nullptr;
   /** String pool for host names */
-  // TODO, use std::set with heterogeneous comparison lookup (C++14)?
   std::set<std::string> hostnames_;
   // This is the parent snapshot of the current state:
   PageStore page_store_{500};