summaryrefslogtreecommitdiff
path: root/eclass/base.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/base.eclass')
-rw-r--r--eclass/base.eclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/base.eclass b/eclass/base.eclass
index 0303dbb5a17..11186637cc9 100644
--- a/eclass/base.eclass
+++ b/eclass/base.eclass
@@ -161,7 +161,6 @@ base_src_install() {
# Actual function that install documentation from
# DOCS and HTML_DOCS arrays.
base_src_install_docs() {
- # install docs and html_docs
if declare -p DOCS >/dev/null 2>&1 && declare -p DOCS | grep -q '^declare -a '; then
for x in "${DOCS[@]}"; do
debug-print "$FUNCNAME: docs: creating document from ${x}"