diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-01-06 18:08:53 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-01-06 18:08:53 +0000 |
| commit | 172ae88fec8ff591810c46f24675ee52f120f2cc (patch) | |
| tree | 3927e296d694b36628a7481c0f7a63d1a5322cfc /sys/contrib/dev/acpica/compiler/asloptions.c | |
| parent | 5589c6def07a9a024bd0be2ee9fbeff44b765880 (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/compiler/asloptions.c')
| -rw-r--r-- | sys/contrib/dev/acpica/compiler/asloptions.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/contrib/dev/acpica/compiler/asloptions.c b/sys/contrib/dev/acpica/compiler/asloptions.c index afd86351f754..5f86a149b4f6 100644 --- a/sys/contrib/dev/acpica/compiler/asloptions.c +++ b/sys/contrib/dev/acpica/compiler/asloptions.c @@ -70,9 +70,6 @@ AslDoResponseFile ( #define ASL_TOKEN_SEPARATORS " \t\n" #define ASL_SUPPORTED_OPTIONS "@:a:b|c|d^D:e:f^gh^i|I:l^m:no|p:P^r:s|t|T+G^v^w|x:z" -static char ASL_BUILD_DATE[] = __DATE__; -static char ASL_BUILD_TIME[] = __TIME__; - /******************************************************************************* * @@ -727,12 +724,6 @@ AslDoOptions ( Gbl_NoErrors = TRUE; break; - case 'd': - - printf ("%s Build date/time: %s %s\n", - ASL_COMPILER_NAME, ASL_BUILD_DATE, ASL_BUILD_TIME); - exit (0); - case 'e': /* Disable all warning/remark messages (errors only) */ |
