Skip to content

Commit 368a2ba

Browse files
committed
remove ZTS block
1 parent 2125e6f commit 368a2ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

agent/tests/test_memcached.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ static void test_create_datastore_instance(void) {
9292
}
9393

9494
void test_main(void* p NRUNUSED) {
95-
#if defined(ZTS) && !defined(PHP7)
96-
void*** tsrm_ls = NULL;
97-
#endif /* ZTS && !PHP7 */
98-
9995
system_host_name = nr_system_get_hostname();
10096

10197
test_create_datastore_instance();

0 commit comments

Comments
 (0)