[PATCH v4 06/12] doc: asciidoctor: remove cruft
From: Felipe Contreras <hidden>
Date: 2021-06-08 09:00:54
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Felipe Contreras <hidden>
Date: 2021-06-08 09:00:54
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
These were probably copy-pasted from other extensions. The name is already defined (:linkgit), and we are not using the DSL mode. Signed-off-by: Felipe Contreras <redacted> --- Documentation/asciidoctor-extensions.rb | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/Documentation/asciidoctor-extensions.rb b/Documentation/asciidoctor-extensions.rb
index 423450392d..3dea106d00 100644
--- a/Documentation/asciidoctor-extensions.rb
+++ b/Documentation/asciidoctor-extensions.rb@@ -3,10 +3,6 @@ require 'asciidoctor/extensions' module Git module Documentation class LinkGitProcessor < Asciidoctor::Extensions::InlineMacroProcessor - use_dsl - - named :chrome - def process(parent, target, attrs) prefix = parent.document.attr('git-relative-html-prefix') if parent.document.doctype == 'book'
--
2.32.0.2.g41be0a4e50