1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-16 22:03:23 +03:00

Remove srv_sys->operational since it is unused.

This commit is contained in:
osku
2006-04-21 07:04:02 +00:00
parent 5f00145409
commit 99585c9bae
2 changed files with 0 additions and 8 deletions

View File

@@ -546,9 +546,6 @@ struct export_var_struct{
/* The server system struct */
struct srv_sys_struct{
os_event_t operational; /* created threads must wait for the
server to become operational by
waiting for this event */
srv_table_t* threads; /* server thread table */
UT_LIST_BASE_NODE_T(que_thr_t)
tasks; /* task queue */