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

Merge to v6.0
This commit is contained in:
Matthew Flatt 2013-11-21 06:57:01 -07:00
parent 9bb5dda4f5
commit 79f3fd5e64

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))