summaryrefslogtreecommitdiffstats
path: root/src/H5system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5system.c')
-rw-r--r--src/H5system.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/H5system.c b/src/H5system.c
index 22c9578..677452d 100644
--- a/src/H5system.c
+++ b/src/H5system.c
@@ -443,22 +443,6 @@ H5_get_win32_times(H5_timevals_t *tvs /*in,out*/)
} /* end H5_get_win32_times() */
#endif
-#define WloginBuffer_count 256
-static char Wlogin_buffer[WloginBuffer_count];
-
-char *
-Wgetlogin(void)
-{
-
-#ifdef H5_HAVE_WIN32_API
- DWORD bufferCount = WloginBuffer_count;
- if (GetUserName(Wlogin_buffer, &bufferCount) != 0)
- return (Wlogin_buffer);
- else
-#endif
- return NULL;
-}
-
/*-------------------------------------------------------------------------
* Function: Wflock
*