]> AND Private Git Repository - loba.git/blobdiff - misc.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add a lock-free synchronized queue.
[loba.git] / misc.cpp
index 06ec972dc2955f20b15bc2e7dc7554f7c6ab6563..1d15ac77864a84ffb08c8dd9025bc87663c7d559 100644 (file)
--- a/misc.cpp
+++ b/misc.cpp
@@ -1,6 +1,6 @@
 #include "misc.h"
 
 namespace misc {
+    // Defined here to avoid multiple instances.
     const char str_esse[] = "s";
-    const char str_nil[] = "";
 }