aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_read_source_files.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-01-26 13:44:44 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit897653bcc510a3b6eab9861d518c645fe066b9c3 (patch)
tree51d918b465a66e3f591a873ad5fc7ee2d1f0bc71 /org/ao_read_source_files.org
parenttemplates (diff)
regex template, made more uniform
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r--org/ao_read_source_files.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org
index 703ae9e..350ee19 100644
--- a/org/ao_read_source_files.org
+++ b/org/ao_read_source_files.org
@@ -80,9 +80,6 @@ template SiSUmarkupRaw() {
std.stdio,
std.utf,
std.conv : to;
- private import
- ao_rgx; // ao_defaults.d
- mixin RgxInit;
auto rgx = Rgx();
struct MarkupRaw {
final sourceContent(in string fn_src) {