mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
1e1400e54b
commit
51c2cd7161
@ -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 "^\\.\\.\\."))
|
||||
|
Loading…
Reference in New Issue
Block a user