From 6d90b234f25c6682545694e3f01a506e03451d19 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 25 Apr 2001 07:58:30 +0000 Subject: [PATCH] Remove unneeded fixmes. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4044 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/scm/bootstrap.scm.in | 2 -- src/scm/path.scm | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/scm/bootstrap.scm.in b/src/scm/bootstrap.scm.in index 040cefa404..70ea101597 100644 --- a/src/scm/bootstrap.scm.in +++ b/src/scm/bootstrap.scm.in @@ -213,8 +213,6 @@ file in all of the directories specified by gnc:*load-path*." #f))))) (define (gnc:_expand-load-path_ new-path) - ;; FIXME: Bad items should probably cause this to abort with #f or - ;; throw an exception. (let ((load-path-interpret (lambda (item) (cond ((string? item) (list item)) diff --git a/src/scm/path.scm b/src/scm/path.scm index fe400a69a3..13ba34d73a 100644 --- a/src/scm/path.scm +++ b/src/scm/path.scm @@ -35,8 +35,6 @@ (append user-paths locale-paths base-paths)))) (define (gnc:_expand-doc-path_ new-path) - ;; FIXME: Bad items should probably cause this to abort with #f or - ;; throw an exception. (gnc:debug "expanding doc-path value " new-path) (let ((path-interpret (lambda (item)