Changeset 1126

Show
Ignore:
Timestamp:
04/29/09 13:03:04 (3 years ago)
Author:
andrei
Message:

Eliminated std.openrj

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tools/rdmd.d

    r1100 r1126  
    349349    std.format, std.functional, std.getopt, std.intrinsic, std.iterator,  
    350350    /*std.loader,*/ std.math, std.md5, std.metastrings, std.mmfile,  
    351     std.numeric, std.openrj, std.outbuffer, std.path, std.perf, std.process,  
     351    std.numeric, std.outbuffer, std.path, std.perf, std.process,  
    352352    std.random, std.range, std.regex, std.regexp, std.signals, std.socket,  
    353353    std.socketstream, std.stdint, std.stdio, std.stdiobase, std.stream,  
     
    379379    // Clean pathname 
    380380    enum lifetimeInHours = 24; 
    381     auto cutoff = getUTCtime - 60 * 60 * lifetimeInHours * TicksPerSecond; 
     381    auto cutoff = getUTCtime - 60 * 60 * lifetimeInHours * ticksPerSecond; 
    382382    foreach (DirEntry d; dirEntries(pathname, SpanMode.shallow)) 
    383383    {