mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[osdep] Commented unused function
This commit is contained in:
parent
5b93d9bb89
commit
b4fa9da2c6
@ -20,6 +20,7 @@
|
|||||||
char system_name[MAX_STR_LEN];
|
char system_name[MAX_STR_LEN];
|
||||||
|
|
||||||
#ifdef HAVE_POPEN
|
#ifdef HAVE_POPEN
|
||||||
|
#if 0
|
||||||
static int
|
static int
|
||||||
got_it_from_uname_command(void)
|
got_it_from_uname_command(void)
|
||||||
{
|
{
|
||||||
@ -46,6 +47,7 @@ got_it_from_uname_command(void)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define got_it_from_uname_command() 0
|
#define got_it_from_uname_command() 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user