summaryrefslogtreecommitdiff
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 09e099efcdb..6bc34550d31 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -549,7 +549,6 @@ the same file name is found in the `doc-directory'. */)
int i = ARRAYELTS (buildobj);
while (0 <= --i)
Vbuild_files = Fcons (build_string (buildobj[i]), Vbuild_files);
- Vbuild_files = Fpurecopy (Vbuild_files);
}
doc_fd fd = doc_open (name, O_RDONLY, 0);