diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-10-07 12:53:03 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 2471669e0954080b2a13b4f87cf61a36b1bf86dd (patch) | |
tree | 7da1f8bbaaa5e3508d9e46d503d694f921d2720f /src/sdp.d | |
parent | segment auto naming (where no name provided) placed in function (diff) |
introduce a couple of unittests some re-organizing of obt
Diffstat (limited to 'src/sdp.d')
-rwxr-xr-x | src/sdp.d | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -158,7 +158,6 @@ void main(string[] args) { auto conf_settings_aa = confsdl.configSettingsSDLangToAAmake(sdl_root_configuration); auto conf_doc_make_aa = confsdl.documentMakeSDLangToAAmake(sdl_root_doc_make); foreach(fn_src; fns_src) { - // foreach(fn_src; fns_src) { if (!empty(fn_src)) { scope(success) { debug(checkdoc) { |