Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() - cleanup

Remove the unused debug constants for the latching order level SYNC_THR_LOCAL.
This commit is contained in:
Marko Mäkelä 2011-09-06 10:18:03 +03:00
parent 813b316642
commit 982e1ce757
2 changed files with 0 additions and 2 deletions

View File

@ -684,7 +684,6 @@ or row lock! */
#define SYNC_BUF_FLUSH_LIST 145 /* Buffer flush list mutex */
#define SYNC_DOUBLEWRITE 140
#define SYNC_ANY_LATCH 135
#define SYNC_THR_LOCAL 133
#define SYNC_MEM_HASH 131
#define SYNC_MEM_POOL 130

View File

@ -1214,7 +1214,6 @@ sync_thread_add_level(
case SYNC_WORK_QUEUE:
case SYNC_LOG:
case SYNC_LOG_FLUSH_ORDER:
case SYNC_THR_LOCAL:
case SYNC_ANY_LATCH:
case SYNC_FILE_FORMAT_TAG:
case SYNC_DOUBLEWRITE: