From 98314b3de50e356568524708951ca507c80b3af2 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 2 Nov 2016 10:27:19 -0400 Subject: cleaning (one hash key renamed) --- src/sdp.d | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/sdp.d') diff --git a/src/sdp.d b/src/sdp.d index 6a0d48c..c13250d 100755 --- a/src/sdp.d +++ b/src/sdp.d @@ -79,7 +79,6 @@ void main(string[] args) { bits, os, ); } - // stderr.writeln("0"); } scope(failure) { debug(checkdoc) { @@ -164,7 +163,6 @@ void main(string[] args) { "-------------------------------", ); } - // stderr.writeln("0"); } scope(failure) { debug(checkdoc) { @@ -174,7 +172,6 @@ void main(string[] args) { fn_src ); } - // stderr.writeln("1"); } enforce( match(fn_src, rgx.src_pth), @@ -200,10 +197,8 @@ void main(string[] args) { auto t = abs.abstract_doc_source(content_body, dochead_make, dochead_meta); static assert(!isTypeTuple!(t)); auto doc_ao_contents = t[0]; // head ~ toc ~ contents ~ endnotes_seg ~ [glossary] ~ bibliography ~ bookindex; - // static assert(!isIterable!(doc_ao_contents)); auto doc_ao_bookindex_unordered_hashes = t[1]; // redundant? auto doc_ao_biblio = t[2]; // redundant? - // destroy(t); /+ ↓ debugs +/ debug(checkdoc) { // checkbook & dumpdoc auto doc_ao_contents_view = ( @@ -244,9 +239,6 @@ void main(string[] args) { destroy(content_body); destroy(t); destroy(doc_ao_contents); - // destroy(doc_ao_make_aa); - // destroy(doc_ao_meta_aa); - // destroy(doc_ao_bookindex_unordered_hashes); destroy(doc_ao_biblio); destroy(fn_src); } @@ -254,11 +246,9 @@ void main(string[] args) { /+ no recognized filename provided +/ writeln("no recognized filename"); break; - // terminate, stop } } } -/// sdp sisu document parser unittest { /++ name "sdp" -- cgit v1.2.3