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

Unified Diff: frontends/tasm/tasm.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 | « no previous file | frontends/yasm/yasm.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frontends/tasm/tasm.c
diff --git a/frontends/tasm/tasm.c b/frontends/tasm/tasm.c
index 148d1306c9e9328765e74fb926327b23bb37d847..d1f0d521fafd4d2ecffdb9775e320166ed8905bf 100644
--- a/frontends/tasm/tasm.c
+++ b/frontends/tasm/tasm.c
@@ -224,9 +224,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-2010 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
};
« no previous file with comments | « no previous file | frontends/yasm/yasm.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698