summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-23 06:16:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-23 06:16:19 +0000
commit79d59c5fb5157b1d0f6b0f748bbade6eb3de3bb8 (patch)
tree5e8b1cce47cd670988c0e858d1dd31b8378df558 /sv.h
parent8d6dde3e637be6ce74eec8ca77c5be73d19f769a (diff)
downloadperl-79d59c5fb5157b1d0f6b0f748bbade6eb3de3bb8.tar.gz
remove atomic.h pending resolution of licensing issues,
EMULATE_ATOMIC_REFCOUNTS everywhere p4raw-id: //depot/perl@1202
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h4
1 files changed, 0 insertions, 4 deletions
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); \