mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #615168: Remove spurious (require 'hash-table) instances except report-system.scm
Patch by Andy Wingo, but except report-system.scm. There is nothing that the slib hash-table module provides that was used in any of these files; they all used Guile's stock hash tables. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19147 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
372d915aca
commit
3ac36c816b
@ -18,8 +18,6 @@
|
||||
(use-modules (ice-9 slib))
|
||||
(use-modules (ice-9 syncase))
|
||||
|
||||
(require 'hash-table)
|
||||
|
||||
(define (gnc:error->string tag args)
|
||||
(define (write-error port)
|
||||
(if (and (list? args) (not (null? args)))
|
||||
|
@ -17,8 +17,6 @@
|
||||
;; 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652
|
||||
;; Boston, MA 02110-1301, USA gnu@gnu.org
|
||||
|
||||
(require 'hash-table)
|
||||
|
||||
;; (define gnc:*double-entry-restriction*
|
||||
;; (gnc:make-config-var
|
||||
;; "Determines how the splits in a transaction will be balanced.
|
||||
|
@ -31,8 +31,6 @@
|
||||
(use-modules (gnucash printf))
|
||||
(use-modules (gnucash gnc-module))
|
||||
|
||||
(require 'hash-table)
|
||||
|
||||
(gnc:module-load "gnucash/report/report-system" 0)
|
||||
(gnc:module-load "gnucash/business-core" 0)
|
||||
|
||||
|
@ -35,8 +35,6 @@
|
||||
(use-modules (gnucash printf))
|
||||
(use-modules (gnucash gnc-module))
|
||||
|
||||
(require 'hash-table)
|
||||
|
||||
(gnc:module-load "gnucash/report/report-system" 0)
|
||||
(gnc:module-load "gnucash/business-utils" 0)
|
||||
|
||||
|
@ -53,8 +53,6 @@
|
||||
(use-modules (gnucash printf))
|
||||
(use-modules (gnucash gnc-module))
|
||||
|
||||
(require 'hash-table)
|
||||
|
||||
(gnc:module-load "gnucash/report/report-system" 0)
|
||||
(gnc:module-load "gnucash/business-utils" 0)
|
||||
|
||||
|
@ -29,8 +29,6 @@
|
||||
(use-modules (gnucash printf))
|
||||
(use-modules (gnucash gnc-module))
|
||||
|
||||
(require 'hash-table)
|
||||
|
||||
(gnc:module-load "gnucash/report/report-system" 0)
|
||||
(gnc:module-load "gnucash/business-utils" 0)
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
(export gnc:register-report-create)
|
||||
(export gnc:register-report-hook)
|
||||
|
||||
(require 'hash-table)
|
||||
|
||||
(define gnc:*register-report-hash* (make-hash-table 23))
|
||||
|
||||
;; Keep a hash-table of records, keyed off the account type. Each
|
||||
|
Loading…
Reference in New Issue
Block a user