From 2881ab63dced89cf57ccf5036eca0a2e6da8a00f Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 10 Apr 2008 13:36:34 -0400 Subject: PR6393: don't bother print build (configure) date any more, with reliable git ids --- main.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index e90f9f12..98c1711b 100644 --- a/main.cxx +++ b/main.cxx @@ -48,8 +48,7 @@ version () clog << "SystemTap translator/driver " << "(version " << VERSION << "/" << dwfl_version (NULL) - << " " << GIT_MESSAGE - << " built " << DATE << ")" << endl + << " " << GIT_MESSAGE << ")" << endl << "Copyright (C) 2005-2008 Red Hat, Inc. and others" << endl << "This is free software; see the source for copying conditions." << endl; } -- cgit