CLEANUP: remove THREAD_LOCAL from config.h
authorWilly Tarreau <w@1wt.eu>
Sat, 9 May 2020 07:08:09 +0000 (09:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 9 May 2020 07:08:09 +0000 (09:08 +0200)
commit5778fea4da95fd4318e9f8af9c25066eec81cb8d
tree67c647f1c4dda59a58db10f8bda33f598fd871d4
parent3bc4e8bfe6edc5ca8283f6b6fcc8d9b6b8a08944
CLEANUP: remove THREAD_LOCAL from config.h

This one really ought to be defined in hathreads.h like all other thread
definitions, which is what this patch does. As expected, all files but
one (regex.h) were already including hathreads.h when using THREAD_LOCAL;
regex.h was fixed for this.

This was the last entry in config.h which is now useless.
include/common/config.h
include/common/hathreads.h
include/common/regex.h