From 1bc7888fc35c944fd90bd45bfa99ec9b24cf7696 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 23 Jun 1998 06:16:19 +0000 Subject: remove atomic.h pending resolution of licensing issues, EMULATE_ATOMIC_REFCOUNTS everywhere p4raw-id: //depot/perl@1202 --- sv.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sv.h') diff --git a/sv.h b/sv.h index ca3a2dfa65..6bf7817cda 100644 --- a/sv.h +++ b/sv.h @@ -74,10 +74,6 @@ struct io { #ifdef USE_THREADS -# ifndef EMULATE_ATOMIC_REFCOUNTS -# include "atomic.h" -# endif - # ifdef EMULATE_ATOMIC_REFCOUNTS # define ATOMIC_INC(count) STMT_START { \ MUTEX_LOCK(&svref_mutex); \ -- cgit v1.2.1