Code

Merge remote-tracking branch 'github/pr/1909' into collectd-5.5
[collectd.git] / src / liboconfig / oconfig.c
index 0217308709c0f0db6456393adfebf4c3f7644cc8..5d2c5b2afa7a7907b6a2e3139fcf7357f563f0ae 100644 (file)
@@ -53,8 +53,6 @@ oconfig_item_t *oconfig_parse_fh (FILE *fh)
   yyset_in (fh);
 
   if (NULL == c_file) {
-    int status;
-
     status = snprintf (file, sizeof (file), "<fd#%d>", fileno (fh));
 
     if ((status < 0) || (status >= sizeof (file))) {