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:
Christian Stimming 2010-05-09 19:24:30 +00:00
parent 372d915aca
commit 3ac36c816b
7 changed files with 0 additions and 14 deletions

View File

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

View File

@ -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.

View File

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

View File

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

View File

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

View File

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

View File

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