diff options
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r-- | src/common/cfgfiles.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 83876688..08afb967 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -621,10 +621,9 @@ convert_with_fallback (const char *str, const char *fallback) void load_config (void) { - struct stat st; char *cfg, *sp; const char *username, *realname; - int res, val, i, fh; + int res, val, i; #ifdef WIN32 char out[256]; #endif |