From b4a0b2c2f862ab0de853dc34e1e56f6159043e45 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 2 Jul 2011 22:12:12 +0200 Subject: post-merge fixes. most tests pass. 5.3 merge is next --- include/wqueue.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/wqueue.h') diff --git a/include/wqueue.h b/include/wqueue.h index 96115c4db3c..b3fe3dc8602 100644 --- a/include/wqueue.h +++ b/include/wqueue.h @@ -12,7 +12,6 @@ typedef struct st_pagecache_wqueue threads */ } WQUEUE; -#ifdef THREAD void wqueue_link_into_queue(WQUEUE *wqueue, struct st_my_thread_var *thread); void wqueue_unlink_from_queue(WQUEUE *wqueue, struct st_my_thread_var *thread); void wqueue_add_to_queue(WQUEUE *wqueue, struct st_my_thread_var *thread); @@ -23,5 +22,3 @@ void wqueue_release_queue(WQUEUE *wqueue); void wqueue_release_one_locktype_from_queue(WQUEUE *wqueue); #endif - -#endif -- cgit v1.2.1