branches/zip: Remove unused extern ref to timed_mutexes.

This commit is contained in:
sunny 2009-07-19 22:52:48 +00:00
parent cf904959ef
commit e33d544a7b

View file

@ -41,8 +41,6 @@ Created 9/5/1995 Heikki Tuuri
#include "os0sync.h"
#include "sync0arr.h"
extern my_bool timed_mutexes;
#ifdef HAVE_WINDOWS_ATOMICS
typedef LONG lock_word_t; /*!< On Windows, InterlockedExchange operates
on LONG variable */