aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/source_files_read.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-05-21 12:00:35 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-05-21 12:00:35 -0400
commit13ea2d6b2d551013a4c10a22d60e7e666986b979 (patch)
tree57a13844a775bbdc9a3c4c9ac1f7a5e76cf65659 /org/source_files_read.org
parentcosmetic mostly (diff)
a regex & some clearing
Diffstat (limited to 'org/source_files_read.org')
-rw-r--r--org/source_files_read.org12
1 files changed, 0 insertions, 12 deletions
diff --git a/org/source_files_read.org b/org/source_files_read.org
index 495b856..a7e5b1c 100644
--- a/org/source_files_read.org
+++ b/org/source_files_read.org
@@ -544,18 +544,6 @@ if (type1["curly_code"] == 1) {
type1["header_make"] = 0;
type1["header_meta"] = 0;
contents_insert ~= line;
-} else if (
- (type1["header_make"] == 1)
- && line.matchFirst(rgx.native_header_sub)
-) {
- type1["header_make"] = 1;
- type1["header_meta"] = 0;
-} else if (
- (type1["header_meta"] == 1)
- && line.matchFirst(rgx.native_header_sub)
-) {
- type1["header_meta"] = 1;
- type1["header_make"] = 0;
} else if (auto m = line.match(rgx.insert_src_fn_ssi_or_sst)) {
type1["header_make"] = 0;
type1["header_meta"] = 0;