1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-12 13:18:14 +03:00

[PATCH] fix compiler warning in udevtest.c

This commit is contained in:
greg@kroah.com 2004-09-10 21:13:18 -07:00 committed by Greg KH
parent aee380b6d8
commit 41bc97a0ad

View File

@ -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;