diff options
Diffstat (limited to 'os/utils.c')
-rw-r--r-- | os/utils.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/os/utils.c b/os/utils.c index 90342c64a..e885666ee 100644 --- a/os/utils.c +++ b/os/utils.c @@ -660,17 +660,6 @@ VerifyDisplayName(const char *d) } /* - * This function is responsible for doing initalisation of any global - * variables at an very early point of server startup (even before - * |ProcessCommandLine()|. - */ -void InitGlobals(void) -{ - ddxInitGlobals(); -} - - -/* * This function parses the command line. Handles device-independent fields * and allows ddx to handle additional fields. It is not allowed to modify * argc or any of the strings pointed to by argv. |