forked from Mirrors/privacore-open-source-search-engine
Remove undefined function
This commit is contained in:
@ -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 ) ;
|
||||
|
Reference in New Issue
Block a user