[PATCH 09/15] os: remove superfluous -I option
Tiago Vignatti
tiago.vignatti at nokia.com
Thu Oct 28 07:17:04 PDT 2010
We don't need it.
Signed-off-by: Tiago Vignatti <tiago.vignatti at nokia.com>
---
os/utils.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/os/utils.c b/os/utils.c
index 3a8e9cf..e9280bb 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -478,7 +478,6 @@ void UseMsg(void)
ErrorF("-fn string default font name\n");
ErrorF("-fp string default font path\n");
ErrorF("-help prints message with these options\n");
- ErrorF("-I ignore all remaining arguments\n");
#ifdef RLIMIT_DATA
ErrorF("-ld int limit data space to N Kb\n");
#endif
@@ -850,11 +849,6 @@ ProcessCommandLine(int argc, char *argv[])
noPanoramiXExtension = FALSE;
}
#endif
- else if ( strcmp( argv[i], "-I") == 0)
- {
- /* ignore all remaining arguments */
- break;
- }
else if (strncmp (argv[i], "tty", 3) == 0)
{
/* init supplies us with this useless information */
--
1.7.0.4
More information about the xorg-devel
mailing list