Remove warnings
[anna.git] / example / dbos / workdir / main.cpp
index 9c35ba5..3b9c99f 100644 (file)
@@ -344,8 +344,8 @@ void WorkDirectory::load (filesystem::Directory* parent, const int maxLevel, con
          }
       }
       else {
-         // Se asociado al parent automáticamente.
-         filesystem::File* ff = new filesystem::File (parent, name);         
+         //Auto association to the parent: 
+         new filesystem::File (parent, name);         
       }
    }      
 }