removed unused functions

cvs
Slava Pestov 2005-07-08 03:38:27 +00:00
parent 7becf2be5d
commit 46780d57c1
1 changed files with 1 additions and 33 deletions

View File

@ -1,35 +1,3 @@
#include "../factor.h"
/*
* Various stubs for functions not currently implemented in the Windows port.
*/
void init_signals()
{
}
void primitive_accept_fd(F_WORD *word)
{
undefined(word);
}
void primitive_add_accept_io_task(F_WORD *word)
{
undefined(word);
}
void primitive_server_socket(F_WORD *word)
{
undefined(word);
}
void primitive_client_socket(F_WORD *word)
{
undefined(word);
}
void primitive_call_profiling(F_WORD *word)
{
undefined(word);
}
void init_signals() { }