8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Oops, committed some debugging code which was not supposed to be exposed to public :-)

This commit is contained in:
skidder 2005-07-21 00:44:14 +00:00
parent 5883a30c64
commit 9f04361ab1

View File

@ -1039,7 +1039,6 @@ HANDLE trace_file_handle = INVALID_HANDLE_VALUE;
class CleanupTraceHandles {
public:
~CleanupTraceHandles() {
MessageBox(0, "in ~cleanupHandles", "FUCK", 0);
CloseHandle(trace_mutex_handle);
trace_mutex_handle = INVALID_HANDLE_VALUE;
CloseHandle(trace_file_handle);