| Index: frontends/yasm/yasm.c
|
| diff --git a/frontends/yasm/yasm.c b/frontends/yasm/yasm.c
|
| index dabb49af110e05cf044bc3133cd9e9b89062492b..81a605a4fcdf420a057c773ca370b273a529e66b 100644
|
| --- a/frontends/yasm/yasm.c
|
| +++ b/frontends/yasm/yasm.c
|
| @@ -213,9 +213,6 @@ static opt_option options[] =
|
| /* version message */
|
| /*@observer@*/ static const char *version_msg[] = {
|
| PACKAGE_STRING,
|
| -#if !defined(DONT_EMBED_BUILD_METADATA) || defined(OFFICIAL_BUILD)
|
| - "Compiled on " __DATE__ ".",
|
| -#endif
|
| "Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.",
|
| "Run yasm --license for licensing overview and summary."
|
| };
|
|
|