From: greg@kroah.com Date: Sat, 11 Sep 2004 04:13:18 +0000 (-0700) Subject: [PATCH] fix compiler warning in udevtest.c X-Git-Tag: 031~3 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41bc97a0aded14db263b60f7902cc482c28fcfd9;p=systemd [PATCH] fix compiler warning in udevtest.c --- diff --git a/udevtest.c b/udevtest.c index f24c7e4b..df882d2d 100644 --- a/udevtest.c +++ b/udevtest.c @@ -58,7 +58,6 @@ int main(int argc, char *argv[], char *envp[]) char *devpath; char temp[NAME_SIZE]; char *subsystem = ""; - const int fake = 1; main_argv = argv; main_envp = envp;