From 36aecedd6b82f7a45a188392ee3c7d33a83e689f Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 28 Apr 2001 17:24:43 +0000 Subject: [PATCH] * ioext.h (scm_fseek): deprecation expired - removed. --- libguile/ioext.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libguile/ioext.h b/libguile/ioext.h index 36f0ac49e..5853f4490 100644 --- a/libguile/ioext.h +++ b/libguile/ioext.h @@ -61,14 +61,6 @@ extern SCM scm_primitive_move_to_fdes (SCM port, SCM fd); extern SCM scm_fdes_to_ports (SCM fd); extern void scm_init_ioext (void); - - -#if (SCM_DEBUG_DEPRECATED == 0) - -extern SCM scm_fseek (SCM object, SCM offset, SCM whence); - -#endif /* SCM_DEBUG_DEPRECATED == 0 */ - #endif /* IOEXTH */ /* -- 2.20.1