get rid of unused functions.

This commit is contained in:
Vítor Santos Costa 2011-03-02 09:18:14 +00:00
parent a097fdc38f
commit d42f4daed0
1 changed files with 0 additions and 17 deletions

View File

@ -4687,23 +4687,6 @@ static const PL_extension foreigns[] = {
LFRG((char *)NULL, 0, NULL, 0)
};
static int
get_stream_handle_no_errors(term_t t, int read, int write, IOSTREAM **s)
{ GET_LD
if ( t == 0 )
{ if (write) *s = getStream(Scurout);
else *s = getStream(Scurin);
return TRUE;
}
return get_stream_handle(t, s, SH_ALIAS);
}
static int
get_stream_position(IOSTREAM *s, term_t t)
{ GET_LD
return stream_position_prop(s, t);
}
static void
init_yap(void)
{