Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: frontends/yasm/yasm.c

Issue 1678113003: Completely strip the __DATE__ reference. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/yasm/patched-yasm.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « frontends/tasm/tasm.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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."
};
« no previous file with comments | « frontends/tasm/tasm.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698