Remove THREAD_LS

This sounds like it will give you a thread local storage, but in
truth ... it does absolutely nothing.
This commit is contained in:
Nikita Popov 2021-07-19 16:14:49 +02:00
parent 84008782d3
commit a4db74364d
4 changed files with 2 additions and 7 deletions

View file

@ -70,7 +70,6 @@
# else
# define PHPAPI
# endif
# define THREAD_LS
# define PHP_DIR_SEPARATOR '/'
# define PHP_EOL "\n"
#endif