Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxsysinfo/win32/system.c')
-rw-r--r--src/libs/zbxsysinfo/win32/system.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/zbxsysinfo/win32/system.c b/src/libs/zbxsysinfo/win32/system.c
index 8a19ace9ad5..72fe68d4ace 100644
--- a/src/libs/zbxsysinfo/win32/system.c
+++ b/src/libs/zbxsysinfo/win32/system.c
@@ -26,8 +26,6 @@
/******************************************************************************
* *
- * Function: read_registry_value *
- * *
* Purpose: read value from Windows registry *
* *
******************************************************************************/
@@ -48,8 +46,6 @@ static wchar_t *read_registry_value(HKEY hKey, LPCTSTR name)
/******************************************************************************
* *
- * Function: zbx_win_getversion *
- * *
* Purpose: get Windows version information *
* *
******************************************************************************/