summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
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); \