raco setup: fix a read-only use on the docindex database

Merge to v6.0
(cherry picked from commit 79f3fd5e64)
This commit is contained in:
Matthew Flatt 2013-11-21 06:57:01 -07:00 committed by Ryan Culpepper
parent 1e792fbd6d
commit addcc8bcf3

View File

@ -154,7 +154,6 @@
(call-with-database
'doc-db-get-provides-timestamp
db-file
#:write? #t
(lambda (db)
(prepare-tables db)
(define pathid (filename->pathid db filename))