1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

[osdep] Commented unused function

This commit is contained in:
Witold Filipczyk 2024-08-27 19:16:13 +02:00
parent 5b93d9bb89
commit b4fa9da2c6

View File

@ -20,6 +20,7 @@
char system_name[MAX_STR_LEN];
#ifdef HAVE_POPEN
#if 0
static int
got_it_from_uname_command(void)
{
@ -46,6 +47,7 @@ got_it_from_uname_command(void)
return 0;
}
#endif
#else
#define got_it_from_uname_command() 0
#endif