mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 08:10:22 +01:00
dhcp/trivial: remove shaddowed '#if 0 /* NM_IGNORED */' block
Remove '#if 0' inside another '#if 0' block.
This commit is contained in:
parent
81c420dc62
commit
a05b04c0fd
1 changed files with 0 additions and 2 deletions
|
|
@ -3342,7 +3342,6 @@ fail:
|
|||
return NULL;
|
||||
}
|
||||
|
||||
#if 0 /* NM_IGNORED */
|
||||
char **replace_env_argv(char **argv, char **env) {
|
||||
char **ret, **i;
|
||||
unsigned k = 0, l = 0;
|
||||
|
|
@ -3407,7 +3406,6 @@ char **replace_env_argv(char **argv, char **env) {
|
|||
ret[k] = NULL;
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
int fd_columns(int fd) {
|
||||
struct winsize ws = {};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue