diff options
Diffstat (limited to 'otherlibs/labltk/support/cltkEval.c')
-rw-r--r-- | otherlibs/labltk/support/cltkEval.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/otherlibs/labltk/support/cltkEval.c b/otherlibs/labltk/support/cltkEval.c index 5c9aeac12..b31bc1adf 100644 --- a/otherlibs/labltk/support/cltkEval.c +++ b/otherlibs/labltk/support/cltkEval.c @@ -32,11 +32,6 @@ /* The Tcl interpretor */ Tcl_Interp *cltclinterp = NULL; -CAMLexport Tcl_Interp * get_cltclinterp(void) -{ - return cltclinterp; -} - /* Copy a list of strings from the C heap to Caml */ value copy_string_list(int argc, char **argv) { |