mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kinit: remove unused reference to environ
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
15147b564e
commit
95f0e703b5
1 changed files with 1 additions and 3 deletions
|
@ -20,8 +20,7 @@
|
|||
*/
|
||||
|
||||
#include "proctitle.h"
|
||||
#include <config.h>
|
||||
#include <config-kdeinit.h>
|
||||
#include "config-kdeinit.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
@ -40,7 +39,6 @@ extern char *__progname;
|
|||
#ifdef HAVE___PROGNAME_FULL
|
||||
extern char *__progname_full;
|
||||
#endif /* HAVE___PROGNAME_FULL */
|
||||
extern char **environ;
|
||||
|
||||
/**
|
||||
* Set up the memory space for setting the proctitle
|
||||
|
|
Loading…
Add table
Reference in a new issue