guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/09: Remove unimplemented decl in script.h


From: Andy Wingo
Subject: [Guile-commits] 02/09: Remove unimplemented decl in script.h
Date: Sun, 7 Oct 2018 10:48:01 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit edba4408855c89bda4c971563a12aef8abd56c8b
Author: Andy Wingo <address@hidden>
Date:   Sun Oct 7 15:57:50 2018 +0200

    Remove unimplemented decl in script.h
    
    * libguile/script.h (scm_find_impl_file): Remove unimplemented decl.
---
 libguile/script.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libguile/script.h b/libguile/script.h
index 31b3d7c..3c418b0 100644
--- a/libguile/script.h
+++ b/libguile/script.h
@@ -26,10 +26,6 @@
 
 
 SCM_API char *scm_find_executable (const char *name);
-SCM_API char *scm_find_impl_file (char *exec_path,
-                                 const char *generic_name,
-                                 const char *initname,
-                                 const char *sep);
 SCM_API char **scm_get_meta_args (int argc, char **argv);
 SCM_API int scm_count_argv (char **argv);
 SCM_API void scm_shell_usage (int fatal, char *message);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]