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 */ /*