store: Remove unneeded and conflicting import.

* guix/store.scm: Remove unneeded (ice-9 rdelim) import.  In Guile 2.0.9
  that module exports `read-string', which conflicts with that of (guix
  serialization).
master
Ludovic Courtès 2013-04-12 18:22:41 +02:00
parent c31d1a7860
commit 9adb6934f4
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
#:use-module (srfi srfi-35)
#:use-module (srfi srfi-39)
#:use-module (ice-9 match)
#:use-module (ice-9 rdelim)
#:use-module (ice-9 regex)
#:export (%daemon-socket-file