summaryrefslogtreecommitdiff
path: root/libguile/ioext.c
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2001-04-28 17:24:16 +0000
committerRob Browning <rlb@defaultvalue.org>2001-04-28 17:24:16 +0000
commit22baef2225997c4200718465998472d1dc2b3562 (patch)
treea8d18962c7d52b4964c1b04c5764e9153bbb12f1 /libguile/ioext.c
parent91faf22772c94eb776e3b6492cb146ef9f20622b (diff)
downloadguile-22baef2225997c4200718465998472d1dc2b3562.tar.gz
* ioext.c: (scm_fseek): deprecation expired - removed.
Diffstat (limited to 'libguile/ioext.c')
-rw-r--r--libguile/ioext.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/libguile/ioext.c b/libguile/ioext.c
index c69be4d42..3923ed95c 100644
--- a/libguile/ioext.c
+++ b/libguile/ioext.c
@@ -178,23 +178,6 @@ SCM_DEFINE (scm_ftell, "ftell", 1, 0, 0,
}
#undef FUNC_NAME
-
-#if (SCM_DEBUG_DEPRECATED == 0)
-
-SCM_DEFINE (scm_fseek, "fseek", 3, 0, 0,
- (SCM fd_port, SCM offset, SCM whence),
- "Obsolete. Almost the same as @code{seek}, but the return value\n"
- "is unspecified.")
-#define FUNC_NAME s_scm_fseek
-{
- scm_seek (fd_port, offset, whence);
- return SCM_UNSPECIFIED;
-}
-#undef FUNC_NAME
-
-#endif /* SCM_DEBUG_DEPRECATED == 0 */
-
-
SCM_DEFINE (scm_redirect_port, "redirect-port", 2, 0, 0,
(SCM old, SCM new),
"This procedure takes two ports and duplicates the underlying file\n"