aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/openbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/openbsd.h')
-rw-r--r--src/include/port/openbsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/port/openbsd.h b/src/include/port/openbsd.h
index 5c5b77ede96..ae36a5cd4e2 100644
--- a/src/include/port/openbsd.h
+++ b/src/include/port/openbsd.h
@@ -1,5 +1,4 @@
#if defined(__i386__) || defined(__x86_64__)
-#define NEED_I386_TAS_ASM
#define HAS_TEST_AND_SET
typedef unsigned char slock_t;
#endif