Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Dec 28, 2013
1 parent fc1d7ef commit 2046a92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chmodzip.d
@@ -1,4 +1,3 @@

import core.stdc.stdlib;
import std.conv;
import std.stdio;
Expand Down Expand Up @@ -35,7 +34,6 @@ int main(string[] args)
writefln("\tcompressedSize = %s", de.compressedSize);
writefln("\teattr = %03o, %03o", de.externalAttributes >> 16, de.externalAttributes & 0xFFFF);
writefln("\tiattr = %03o", de.internalAttributes);
//writefln("\tdate = %s", std.date.toString(std.date.toDtime(de.time)));
writefln("\tdate = %s", SysTime(unixTimeToStdTime((de.time))));
}
return 0;
Expand Down

0 comments on commit 2046a92

Please sign in to comment.