summaryrefslogtreecommitdiff
path: root/libguile/smob.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/smob.h')
-rw-r--r--libguile/smob.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libguile/smob.h b/libguile/smob.h
index 0d8f07710..30c9d0194 100644
--- a/libguile/smob.h
+++ b/libguile/smob.h
@@ -162,20 +162,6 @@ extern void scm_smob_prehistory (void);
-#if (SCM_DEBUG_DEPRECATED == 0)
-
-typedef struct scm_smobfuns
-{
- SCM (*mark) (SCM);
- scm_sizet (*free) (SCM);
- int (*print) (SCM exp, SCM port, scm_print_state *pstate);
- SCM (*equalp) (SCM, SCM);
-} scm_smobfuns;
-
-extern long scm_newsmob (const scm_smobfuns *smob);
-
-#endif /* SCM_DEBUG_DEPRECATED == 0 */
-
#endif /* SMOBH */
/*