mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43:03 +01:00
Oops, committed some debugging code which was not supposed to be exposed to public :-)
This commit is contained in:
parent
5883a30c64
commit
9f04361ab1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user