删除无用代码
This commit is contained in:
@@ -14,17 +14,10 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#define MESA_PTHREAD_CACHE_BUF_DEFAULT_LEN 1024
|
||||
#define MESA_PTHREAD_FMT_BUF_DEFAULT_LEN 256
|
||||
extern pthread_key_t MESA_pthread_key;
|
||||
void MESA_pthread_free_handler(void *arg);
|
||||
|
||||
typedef int (*MESA_fmt_handler)(void *info, char *buf, int buflen);
|
||||
int MESA_handle_fmt_rule_register(void *handle, char sign, MESA_fmt_handler handler, int buflen);
|
||||
int MESA_handle_check_fmt_sign(void *handle, char sign, MESA_fmt_handler *handler, char **buf, int *maxlen);
|
||||
void MESA_free_pthread_private(void *arg);
|
||||
|
||||
|
||||
#define RLOG_LV_DEBUG 10
|
||||
|
||||
Reference in New Issue
Block a user