Remove unused define
[fio.git] / arch / arch-x86.h
index b9249eae6f449d4f04e6fc2e6f25873eb9763527..51d7d9674bc220a9a33fff008c52b4c0555359c8 100644 (file)
@@ -69,6 +69,4 @@ static inline void spin_unlock(spinlock_t *lock)
                        : "memory", "cc");
 }
 
-#define __SPIN_LOCK_UNLOCKED   { 0 }
-
 #endif