process: removed a code remnant.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Mon, 22 Sep 2014 07:07:00 +0000 (10:07 +0300)
committerIsmo Puustinen <ismo.puustinen@intel.com>
Mon, 22 Sep 2014 07:08:21 +0000 (10:08 +0300)
src/common/process.c

index 826aa30..e9728cf 100644 (file)
@@ -239,8 +239,7 @@ static void process_change(mrp_io_watch_t *wd, int fd, mrp_io_event_t events,
                 }
             }
             mrp_free(filename);
-
-        } while (processed_bytes < read_bytes);
+        }
     }
 }