Remove undefined function

This commit is contained in:
Ai Lin Chia
2016-03-08 22:47:15 +01:00
parent 13cd07cf40
commit 4c2f53f46b
2 changed files with 0 additions and 6 deletions

@ -260,10 +260,6 @@ class Threads {
void *(* startRoutine )(void *state,
class ThreadEntry *t) );
bool call ( char type , int32_t niceness ,
void *state , void (* callback)(void *state,
class ThreadEntry *t) );
// try to launch threads waiting to be launched in any queue
int32_t launchThreads ();

@ -127,8 +127,6 @@ class Wiktionary {
bool test();
bool test2();
bool generateWiktionaryTxt ();
bool generateHashTableFromWiktionaryTxt ( int32_t fileSize );
bool addSynsets ( char *filename ) ;