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