Browse Source

lib/utils_cmd.c: remove some unused variables

Mario Trangoni 8 năm trước cách đây
mục cha
commit
51d46239da
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lib/utils_cmd.c

+ 0 - 1
lib/utils_cmd.c

@@ -298,7 +298,6 @@ _cmd_fetch_output (int fd, output * op, int flags)
 int
 cmd_run (const char *cmdstring, output * out, output * err, int flags)
 {
-	int fd, pfd_out[2], pfd_err[2];
 	int i = 0, argc;
 	size_t cmdlen;
 	char **argv = NULL;