From 64af42bd59078370abacbf6018fb30d29ef67696 Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Sat, 8 Jun 2024 20:30:33 +0800 Subject: [PATCH] fix multiple definition of `_tsrm_ls_cache` --- ext-src/swoole_thread.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/ext-src/swoole_thread.cc b/ext-src/swoole_thread.cc index dd6fba48baf..3fd5edfebea 100644 --- a/ext-src/swoole_thread.cc +++ b/ext-src/swoole_thread.cc @@ -43,7 +43,6 @@ static struct { int argc; } request_info; -//TSRMLS_CACHE_DEFINE(); TSRMLS_CACHE_EXTERN() typedef std::thread Thread;