Navigation Menu

Skip to content

Commit

Permalink
removed unused struct mrn_log_level_str.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunyarakun committed Jul 5, 2010
1 parent 8a7e3fe commit f369bf5
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions ha_mroonga.cc
Expand Up @@ -23,7 +23,7 @@ grn_hash *mrn_hash;
pthread_mutex_t db_mutex;

/* logging */
const char *mrn_logfile_name=MRN_LOG_FILE_NAME;
const char *mrn_logfile_name = MRN_LOG_FILE_NAME;
FILE *mrn_logfile = NULL;
int mrn_logfile_opened = 0;

Expand All @@ -45,20 +45,6 @@ grn_logger_info mrn_logger_info = {
NULL
};

const char *mrn_log_level_str[] =
{
"NONE",
"EMERG",
"ALERT",
"CRIT",
"ERROR",
"WARNING",
"NOTICE",
"INFO",
"DEBUG",
"DUMP"
};

/* system functions */

struct st_mysql_storage_engine storage_engine_structure =
Expand Down

0 comments on commit f369bf5

Please sign in to comment.