Remove obsolete conditional that's never triggered anymore

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23518 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2013-12-08 18:02:09 +00:00
parent 1e1400e54b
commit 51c2cd7161

View File

@ -10,11 +10,7 @@
(use-modules (gnucash printf))
(use-modules (ice-9 regex))
(use-modules (srfi srfi-13))
(cond
((or (string=? "1.3.4" (version))
(string=? "1.4" (substring (version) 0 3))) #f)
(else (use-modules (ice-9 rdelim))))
(use-modules (ice-9 rdelim))
(define qif-bad-numeric-rexp
(make-regexp "^\\.\\.\\."))