Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-10-05 14:18:43 +0300
committerJeff King <peff@peff.net>2022-10-05 16:28:15 +0300
commit9d597c16bb1b3d8d74a917b411180e4a198a2885 (patch)
tree1a8f2693d42a85f36848037c3308cfc5579b44db
parent3c910665af3306e24fd6dd350345f054342c8c2d (diff)
book2: drop unused "ids" from genbook()
This was copied over from the genbook2 task at some opint. And that task did use the ids field, but I don't think any of that matches the current procedure for importing the book. It all went away in a0a189b6 (book2.rake: drop "genbook2" task, 2018-09-20).
-rw-r--r--lib/tasks/book2.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/book2.rake b/lib/tasks/book2.rake
index a0de3930..816c91a3 100644
--- a/lib/tasks/book2.rake
+++ b/lib/tasks/book2.rake
@@ -38,7 +38,6 @@ def genbook(code, &get_content)
appnumber = 0
chnumber = 0
secnumber = 0
- ids = {}
# The chapter files are historically located in book/<chapter_name>/1-<chapter_name>.asc
# The new localisation of these files are at the root of the project