mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-17 02:56:07 -04:00
Remove unused variable
This commit is contained in:
@ -49,16 +49,11 @@ extern void resetStopWords ( );
|
||||
extern void resetAbbrTable ( );
|
||||
extern void resetUnicode ( );
|
||||
|
||||
|
||||
// our global instance
|
||||
Process g_process;
|
||||
|
||||
//static int32_t s_flag = 1;
|
||||
static int32_t s_nextTime = 0;
|
||||
|
||||
static pthread_t s_mainThreadTid;
|
||||
|
||||
|
||||
static const char * const g_files[] = {
|
||||
//"gb.conf",
|
||||
|
||||
|
Reference in New Issue
Block a user