diff options
Diffstat (limited to 'mysys/my_getsystime.c')
-rw-r--r-- | mysys/my_getsystime.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysys/my_getsystime.c b/mysys/my_getsystime.c index 91c977f0b5a..d1ed4f2ec92 100644 --- a/mysys/my_getsystime.c +++ b/mysys/my_getsystime.c @@ -35,10 +35,6 @@ ulonglong my_getsystime() LARGE_INTEGER t_cnt; if (!offset) { - /* strictly speaking there should be a mutex to protect - initialization section. But my_getsystime() is called from - UUID() code, and UUID() calls are serialized with a mutex anyway - */ LARGE_INTEGER li; FILETIME ft; GetSystemTimeAsFileTime(&ft); |