deleted mistake comment
authorJerome St-Louis <jerome@ecere.com>
Fri, 24 Jun 2011 08:20:07 +0000 (04:20 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 24 Jun 2011 08:20:07 +0000 (04:20 -0400)
ecere/src/com/containers/Container.ec

index df1599d..9ca88d9 100644 (file)
@@ -278,7 +278,6 @@ public:
       channel.Get(count);
       for(c = 0; c < count; c++)
       {
-         // TODO: Fox 64 bit types support
          D data;
          Dclass._vTbl[__ecereVMethodID_class_OnUnserialize](Dclass, &data, channel);
          container.Add(data);