Skip to content

Commit caa801f

Browse files
committed
Don't save the range anymore
1 parent 41730a1 commit caa801f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/build.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int main(string[] args)
4242
if(outDir.exists) {
4343
executeShell("rm -rf " ~ outDir);
4444
}
45-
auto rng = dirEntries("d.en", "*.d", SpanMode.shallow)
45+
dirEntries("d.en", "*.d", SpanMode.shallow)
4646
.map!(dFile => tuple(dFile.name, buildPath(outDir, baseName(dFile).setExtension("html"))))
4747
.parallel(jobs)
4848
.each!(elem => compileToPath(elem.tupleof));

0 commit comments

Comments
 (0)