aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_read_source_files.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r--org/ao_read_source_files.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org
index a004fc2..8aab5c9 100644
--- a/org/ao_read_source_files.org
+++ b/org/ao_read_source_files.org
@@ -242,9 +242,7 @@ auto markupSourceReadIn(in string fn_src) {
auto markupSourceHeaderContentRawLineTupleArray(in string source_txt_str) {
auto hc = header0Content1(source_txt_str);
auto header = hc[0];
- char[] la;
- la ~= "A~ ";
- char[] source_txt = la ~ hc[1];
+ char[] source_txt = hc[1];
auto source_line_arr = markupSourceLineArray(source_txt);
auto t = tuple(
header,