mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
WL#5498: Remove dead and unused source code
Remove code that has been disabled for a long time.
This commit is contained in:
parent
f31c048321
commit
97c3182312
29 changed files with 8 additions and 1273 deletions
|
|
@ -903,11 +903,6 @@ int main(int argc __attribute__((unused)),char **argv __attribute__((unused)))
|
|||
sigaddset(&set,THR_SERVER_ALARM);
|
||||
sigdelset(&set, thr_client_alarm);
|
||||
(void) pthread_sigmask(SIG_SETMASK,&set,NULL);
|
||||
#ifdef NOT_USED
|
||||
sigemptyset(&set);
|
||||
sigaddset(&set, thr_client_alarm);
|
||||
pthread_sigmask(SIG_UNBLOCK, &set, (sigset_t*) 0);
|
||||
#endif
|
||||
|
||||
pthread_attr_init(&thr_attr);
|
||||
pthread_attr_setscope(&thr_attr,PTHREAD_SCOPE_PROCESS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue