Commit babb7ce9 authored by unknown's avatar unknown
Browse files

Merge bk-internal.mysql.com:/home/bk/mysql-3.23

into narttu.mysql.fi:/my/mysql-3.23

parents f527bc7f 58d4f569
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -488,7 +488,6 @@ os_fast_mutex_free(

	DeleteCriticalSection((LPCRITICAL_SECTION) fast_mutex);
#else
	UT_NOT_USED(fast_mutex);

	pthread_mutex_destroy(fast_mutex);
#endif
}