Skip to content

Commit b4b0934

Browse files
authored
Merge pull request #3342 from BsAtHome/fix_reproducible-build
2 parents 657d1c9 + a33c743 commit b4b0934

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/hal/user_comps/xhc-whb04b-6/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static int printUsage(const char* programName, const char* deviceName, bool isEr
5050
{
5151
os = &std::cerr;
5252
}
53-
*os << programName << " version " << PACKAGE_VERSION << " " << __DATE__ << " " << __TIME__ << endl
53+
*os << programName << " version " << PACKAGE_VERSION << endl
5454
<< endl
5555
<< "SYNOPSIS" << endl
5656
<< " " << programName << " [-h | --help] | [-H] [OPTIONS] " << endl

src/libnml/rcs/rcsversion.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@
2222
static const int lib_major_version = LIB_MAJOR_VERSION;
2323
static const int lib_minor_version = LIB_MINOR_VERSION;
2424

25-
static const char __attribute__ ((unused)) * rcs_version_info_string =
26-
"@(#)" " $Info: NML Library version " LIB_VERSION " Compiled on "
27-
__DATE__ " at " __TIME__ " for Linux. $ \n";
28-
2925
#endif

0 commit comments

Comments
 (0)